Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
doku:r-project [2016/10/14 06:12] markusdoku:r-project [2016/10/14 06:14] markus
Line 5: Line 5:
   * Create a .Renviron file, using 'vi' e.g.:<code>   * Create a .Renviron file, using 'vi' e.g.:<code>
 vi ${HOME}/.Renviron  vi ${HOME}/.Renviron 
-</code> +</code>The content of this file points to the directory of your personal libraries, e.g.:<code>
-The content of this file points to the directory of your personal libraries, e.g.: +
-<code>+
 R_LIBS=${HOME}/R/lib R_LIBS=${HOME}/R/lib
 +</code>
 +  * create the directory, which was specified in .Renviron: <code>
 +mkdir -p ${HOME}/R/lib </code>
 +  * start R and install packages: <code>
 +install.packages('sp')
 </code> </code>
  
  • doku/r-project.txt
  • Last modified: 2016/10/14 06:15
  • by markus