Hi, I'm a relatively new user to R and I am having trouble properly downloading the agricolae package in order to use the LSD.test function. Below is the code:
package ‘sp’ successfully unpacked and MD5 sums checked Warning in install.packages : unable to move temporary installation ‘\\ccofs1\Shared\Users\Dustin Batt\R\win-library\3.1\filef444547065\sp’ to ‘\\ccofs1\Shared\Users\Dustin Batt\R\win-library\3.1\sp’ package ‘klaR’ successfully unpacked and MD5 sums checked Warning in install.packages : unable to move temporary installation ‘\\ccofs1\Shared\Users\Dustin Batt\R\win-library\3.1\filef44493c650e\klaR’ to ‘\\ccofs1\Shared\Users\Dustin Batt\R\win-library\3.1\klaR’ package ‘spdep’ successfully unpacked and MD5 sums checked Warning in install.packages : unable to move temporary installation ‘\\ccofs1\Shared\Users\Dustin Batt\R\win-library\3.1\filef44604735cb\spdep’ to ‘\\ccofs1\Shared\Users\Dustin Batt\R\win-library\3.1\spdep’ package ‘agricolae’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\dbatt\AppData\Local\Temp\Rtmp4U4PR7\downloaded_packages > LSD.test(modelPOP,"POP$BPED",p.adj="bon",console=TRUE) Error: could not find function "LSD.test" > library("agricolae", lib.loc="\\ccofs1/Shared/Users/Dustin > Batt/R/win-library/3.1") Error in library("agricolae", lib.loc = "\\ccofs1/Shared/Users/Dustin Batt/R/win-library/3.1") : no library trees found in 'lib.loc' Any help that could be provided would be much appreciated!! Thanks and kind regards, Dustin -- View this message in context: http://r.789695.n4.nabble.com/Trouble-with-LSD-test-agricolae-package-tp4701447.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.