[R-SIG-Mac] New problem loading packages
Michael Kubovy
kubovy at virginia.edu
Fri Apr 20 14:18:28 CEST 2007
Dear R-Mac users,
After rebooting my machine today (for reasons unrelated to R):
> > require(Hmisc)
> Loading required package: Hmisc
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library '/Users/mk/Library/R/library/Hmisc/
> libs/i386/Hmisc.so':
> dlopen(/Users/mk/Library/R/library/Hmisc/libs/i386/Hmisc.so, 6):
> Library not loaded: /usr/local/gcc4.0/i686-apple-darwin8/lib/
> libgcc_s.1.0.dylib
> Referenced from: /Users/mk/Library/R/library/Hmisc/libs/i386/
> Hmisc.so
> Reason: image not found
> [1] FALSE
I tried to reinstall Hmisc
> > install.packages("Hmisc", dep = TRUE)
> Warning in install.packages("Hmisc", dep = TRUE) :
> argument 'lib' is missing: using /Users/mk/Library/R/library
> trying URL 'http://lib.stat.cmu.edu/R/CRAN/bin/macosx/universal/
> contrib/2.4/Hmisc_3.3-1.tgz'
> Content type 'application/x-gzip' length 1450661 bytes
> opened URL
> ==================================================
> downloaded 1416Kb
>
>
> The downloaded packages are in
> /tmp/RtmpJSBQcq/downloaded_packages
But the problem remains( and occurs when I try to load the gmodels
package as well. I tried to reinstall R, but the problem remains.
> > sessionInfo()
> R version 2.4.1 (2006-12-18)
> i386-apple-darwin8.8.1
>
> locale:
> en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
>
> attached base packages:
> [1] "stats" "graphics" "grDevices" "utils" "datasets"
> "methods" "base"
>
> other attached packages:
> acepack lme4 Matrix lattice
> "1.3-2.2" "0.9975-13" "0.9975-11" "0.14-16"
Any help would be most welcome.
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400 Charlottesville, VA 22904-4400
Parcels: Room 102 Gilmer Hall
McCormick Road Charlottesville, VA 22903
Office: B011 +1-434-982-4729
Lab: B019 +1-434-982-4751
Fax: +1-434-982-4766
WWW: http://www.people.virginia.edu/~mk9y/
More information about the R-SIG-Mac
mailing list