Changes between Version 11 and Version 12 of cypress/R
- Timestamp:
- 08/21/17 17:01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/R
v11 v12 292 292 }}} 293 293 294 Note however that setting the R library trees directly via **.libPaths()** in the file **~/.Rprofile** will //override//any previously set value of **R_LIBS_USER**!294 Note that setting the R library trees directly via the R function **.libPaths()** in the file **~/.Rprofile** can thus either //override// or //append// to that of any previously set value of **R_LIBS_USER**! 295 295 296 296 Then run R and install a package. Note again the use of R function **.libPaths()** as confirmation of the user library location.