On 07.01.2015 01:45, Jeff Newmiller wrote:
The R for Windows FAQ item 2.2 States that installing to a network share is not 
supported. I don't know how you ended up trying to use 
\\ccofs1\Shared\Users\Dustin Batt
for your home directory, but that appears to be a problem for R. Somehow you 
need a path beginning with a drive letter... talk to your sysadmin?

Just map to a drive letter as in:

net use h: "\\ccofs1\Shared\Users\Dustin Batt"

Best,
Uwe Ligges

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnew...@dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                       Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
---------------------------------------------------------------------------
Sent from my phone. Please excuse my brevity.

On January 6, 2015 11:47:13 AM PST, dbatt <db...@crookham.com> wrote:
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.

______________________________________________
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.


______________________________________________
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.

Reply via email to