Changes
Page history
Update home
authored
Sep 22, 2022
by
Fabian Stenzel
Show whitespace changes
Inline
Side-by-side
home.md
View page @
aef13e51
...
@@ -11,12 +11,10 @@ setup inspired by http://micha-dietze.de/pages/r_courses/2019/R_course_egu_2019.
...
@@ -11,12 +11,10 @@ setup inspired by http://micha-dietze.de/pages/r_courses/2019/R_course_egu_2019.
`install.packages("path2lpjmliotools.tar.gz", repos = NULL, type = "source")`
`install.packages("path2lpjmliotools.tar.gz", repos = NULL, type = "source")`
## or clone git into LOCALFOLDER
## or clone git into LOCALFOLDER
``
`
git clone git@gitlab.pik-potsdam.de:stenzel/lpjmliotools.git LOCALFOLDER`
``
`git clone git@gitlab.pik-potsdam.de:stenzel/lpjmliotools.git LOCALFOLDER`
## start R console (on the cluster you need to load an R module first)
## start R console (on the cluster you need to load an R module first)
```
R
`R`
R
```
## load devtools package and install from source
## load devtools package and install from source
```
```
...
...
...
...