Update home authored by Fabian Stenzel's avatar Fabian Stenzel
......@@ -14,6 +14,11 @@ setup inspired by http://micha-dietze.de/pages/r_courses/2019/R_course_egu_2019.
- Build -> More -> Build source package (for Linux)
- Build -> More -> Build binary package (for Windows)
## install Rpackage
- choose the appropriate version of the package which you either built on your own (see above) or take from the "package" folder
- in RStudio either: Packages - Install - Install from: "Package Archive File" or enter
`install.packages("path2lpjmliotools.tar.gz", repos = NULL, type = "source")`
## update lpjmliotools R-package
- open .RProj file with RStudio
- top right pane: Git
......
......