Hi, I was trying to install the package 'lme4'. Here is the code and the sessionInfo() that I am using:
> install.packages("lme4",dependencies=T) Warning in install.packages("lme4", dependencies = T) : argument 'lib' is missing: using '/Users/ts/Library/R/2.11/library' Warning message: In getDependencies(pkgs, dependencies, available, lib) : package âlme4â is not available > sessionInfo() R version 2.11.1 (2010-05-31) x86_64-apple-darwin9.8.0 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] grid_2.11.1 nlme_3.1-96 stats4_2.11.1 tools_2.11.1 > Should I be passing in some other parameters? thanks! [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.