This version is outdated by a newer approved version.DiffThis version (2016/10/14 06:14) is a draft.
Approvals: 0/1

This is an old revision of the document!


Users can have their own R packages installed. The following steps have to be done:

  • Create a .Renviron file, using 'vi' e.g.:
    vi ${HOME}/.Renviron 

    The content of this file points to the directory of your personal libraries, e.g.:

    R_LIBS=${HOME}/R/lib
  • create the directory, which was specified in .Renviron:
    mkdir -p ${HOME}/R/lib 
  • start R and install packages:
    install.packages('sp')
  • doku/r-project.1476425689.txt.gz
  • Last modified: 2016/10/14 06:14
  • by markus