Changes
Page history
Update home
authored
Jul 14, 2021
by
Fabian Stenzel
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
afac9a02
R package for functions (reading input, output, plotting, other) related to the DGVM LPJmL
setup inspired by http://micha-dietze.de/pages/r_courses/2019/R_course_egu_2019.html#5
\ No newline at end of file
setup inspired by http://micha-dietze.de/pages/r_courses/2019/R_course_egu_2019.html#5
#HowTo
## clone git into LOCALFOLDER
`git clone git@gitlab.pik-potsdam.de:stenzel/lpjmliotools.git LOCALFOLDER`
## create Rpackage
-
open .RProj file with RStudio
-
top right pane "Build"
-
Build -> More -> Build source package (for Linux)
-
Build -> More -> Build binary package (for Windows)
## update lpjmliotools R-package
-
open .RProj file with RStudio
-
top right pane: Git
-
pull changes
-
modify lpjmliotools.R and files + DESCRIPTION file with new version number
-
CTRL+SHIFT+D to run roxygen2 and update the descriptions
-
click commit
-
stage all the changes in the files
-
add a commit msg
-
commit
-
then push changes
\ No newline at end of file