I have R library's installed in several places on my windows machine. They are in: 1) C:\Program Files\R\R-2.12.2\library 2) C:\Users\MyUser\Documents\R\win-library\2.12 I can access a library from either location with RStudio, but I can't access a library from 2) when using R from the command line. What do I need to change to tell R to look in another place for a library? [[alternative HTML version deleted]]
On Jun 20, 2011, at 2:38 PM, Idris Raja wrote:> I have R library's installed in several places on my windows machine. > > They are in: > > 1) C:\Program Files\R\R-2.12.2\library > 2) C:\Users\MyUser\Documents\R\win-library\2.12 > > I can access a library from either location with RStudio, but I > can't access > a library from 2) when using R from the command line. > > What do I need to change to tell R to look in another place for a > library??.libPaths -- David Winsemius, MD West Hartford, CT
Seemingly Similar Threads
- ddply to count frequency of combinations
- plot(m, which = 1), where m is a lm linear model. What is 'which' doing?
- Apply pmax to dataframe with different args based on dataframe factor
- Vim-R-Plugin issue : Python interface must be enabled to run Vim-R-Plugin
- .Library in R 2.12.2 for windows