Changes
Page history
Update home
authored
Sep 22, 2022
by
Fabian Stenzel
Show whitespace changes
Inline
Side-by-side
home.md
View page @
2f3248fe
...
...
@@ -13,8 +13,14 @@ setup inspired by http://micha-dietze.de/pages/r_courses/2019/R_course_egu_2019.
## or clone git into LOCALFOLDER
`git clone git@gitlab.pik-potsdam.de:stenzel/lpjmliotools.git LOCALFOLDER`
## and install from source using devtools
`devtools::install("LOCALFOLDER")`
## start R console (on the cluster you need to load an R module first)
`R`
## load devtools package and install from source
```
library(devtools)
devtools::install("LOCALFOLDER")
```
## update lpjmliotools R-package
-
open .RProj file with RStudio
...
...
...
...