[R-SIG-Mac] [R-sig-mac] Hmisc installed but won't load
Steven McKinney
smckinney at bccrc.ca
Mon Mar 24 21:49:13 CET 2014
I'm showing latticeExtra 0.6-26
You could check in "Package Manager" or "Package Installer" if you have
the R.app GUI available, to see what version you have, or look in
the DESCRIPTION file in
/Library/Frameworks/R.framework/Versions/Current/Resources/library/latticeExtra
and update as Berend suggests if you have older.
> require("latticeExtra")
Loading required package: latticeExtra
Loading required package: RColorBrewer
> sessionInfo()
R version 3.0.3 (2014-03-06)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8
attached base packages:
[1] splines grid stats graphics grDevices utils datasets methods base
other attached packages:
[1] latticeExtra_0.6-26 RColorBrewer_1.0-5 Hmisc_3.14-3 Formula_1.1-1
[5] survival_2.37-7 lattice_0.20-27 MOutils_1.5
loaded via a namespace (and not attached):
[1] cluster_1.15.0 tools_3.0.3
>
Steven McKinney
________________________________________
From: r-sig-mac-bounces at r-project.org [r-sig-mac-bounces at r-project.org] On Behalf Of Berend Hasselman [bhh at xs4all.nl]
Sent: March 24, 2014 1:42 PM
To: Don McKenzie
Cc: r-sig-mac at r-project.org
Subject: Re: [R-SIG-Mac] [R-sig-mac] Hmisc installed but won't load
On 24-03-2014, at 21:23, Don McKenzie <dmck at u.washington.edu> wrote:
> The plot thickens. I do indeed have latticeExtra installed, but observe. Is it turtles on down…? (and yes I have lattice installed too)
>
>> library("latticeExtra")
> Loading required package: RColorBrewer
> Loading required package: lattice
> Error in gzfile(file, "rb") : cannot open the connection
> In addition: Warning messages:
> 1: '.find.package' is deprecated.
> Use 'find.package' instead.
> See help("Deprecated")
> 2: In gzfile(file, "rb") :
> cannot open compressed file '/Library/Frameworks/R.framework/Versions/3.0/Resources/library/latticeExtra/data/Rdata.rdx', probable reason 'No such file or directory'
> Error: package or namespace load failed for ‘latticeExtra’
>
> Thanks for your response Steve. Ideas?
>
Possible an outdated version of latticeExtra and/or lattice?
Maybe do an update.packages?
I just tried library(latticeExtra) with R-3.0.3 on OS X 1.9.2 in R.app and it loaded without any warning messages.
Berend
_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac
More information about the R-SIG-Mac
mailing list