Re: [R] libPaths how to change (R 3.0.2 64bit, RStudio 0.98.501, Windows 7)

2014-02-26 Thread Lopez, Dan
ca.us] Sent: Wednesday, February 26, 2014 1:19 AM To: Lopez, Dan; R help (r-help@r-project.org) Subject: Re: [R] libPaths how to change (R 3.0.2 64bit, RStudio 0.98.501, Windows 7) What you are really asking is how environment variables get set outside of R, which is very OS-specific and not on topic

Re: [R] libPaths how to change (R 3.0.2 64bit, RStudio 0.98.501, Windows 7)

2014-02-26 Thread Jeff Newmiller
What you are really asking is how environment variables get set outside of R, which is very OS-specific and not on topic here, and there can be numerous ways for it to happen even on a single OS. I will warn you that the path syntax can vary in Windows depending on where it gets set so beware of

[R] libPaths how to change (R 3.0.2 64bit, RStudio 0.98.501, Windows 7)

2014-02-25 Thread Lopez, Dan
R Experts, I had a problem when trying to install package tm. The install looked successful ("Package 'tm' successfully unpacked and MD5 sums checked") but I could not load it through library(tm). It kept complaining that tm package was not installed. So it was through this problem that I reali