I have two versions of the lattice package installed on my computer. One is at /usr/local/lib/R/site-library and the other one is at /usr/lib/R/library. The one at the former location is the newer version and the one that I want to make sure get's loaded for my class. The reason that I have two versions installed is that the one in /usr/lib/R/library came in when I installed R in Debian, whereas the one in /usr/local/lib/R/site-library is one that I got from CRAN.
How can I check to make sure that this version gets loaded or should I just run R CMD INSTALL lattice-x.y.z.tar.gz to /usr/lib/R/library? Chris -- View this message in context: http://www.nabble.com/Determine-package-version-in-R-tp20097045p20097045.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.