Hello,
I'm not having any luck loading two packages, ggplot2 and psych so I'm not
sure if this is Mac specific or Rapp specific. When trying to load the
packages, I get the below error messages, highlighted in bold. I have tried
installing and loading the package asked for (in this case 'munsell'), but
the same error message will appear, with a new/different package name. I
have uninstalled and reinstalled R and the packages themselves, and from
several different mirrors. I had the same issue on R v3.2.1. I'm not sure
what else to try, or how many other packages are affected. Thanks for any
help you can give me. My script and session info are below.

For R "Fire Safety", v3.2.2.
> rm(list=ls())
> library(plyr)
> library(ggplot2)
*Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
: *
*  there is no package called ‘munsell’*
*Error: package or namespace load failed for ‘ggplot2’*
> library(reshape2)
> library(psych)
*Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
= vI[[j]]) : *
*  there is no package called ‘mnormt’*
*Error: package or namespace load failed for ‘psych’*
> sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.2 (Yosemite)

locale:
[1] 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:
[1] reshape2_1.4.1 plyr_1.8.3

loaded via a namespace (and not attached):
[1] magrittr_1.5  tools_3.2.2   gtable_0.1.2  Rcpp_0.12.0   stringi_0.5-5
grid_3.2.2    stringr_1.0.0 digest_0.6.8
[9] proto_0.3-10
>
-- 
Johanna

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to