[R-SIG-Mac] [R-sig-mac] Hmisc installed but won't load

Berend Hasselman bhh at xs4all.nl
Mon Mar 24 21:42:07 CET 2014


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


More information about the R-SIG-Mac mailing list