Changes between Version 11 and Version 12 of cypress/R


Ignore:
Timestamp:
08/21/17 17:01:00 (7 years ago)
Author:
cbaribault
Comment:

CEB 20170821 - Changed comment re R function .libPaths() to either override or append to environment variable setting R_LIBS_USER.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/R

    v11 v12  
    292292}}}
    293293
    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**!
     294Note 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**!
    295295
    296296Then run R and install a package. Note again the use of R function **.libPaths()** as confirmation of the user library location.