Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco De Lucia
RedModRphree
Commits
131808cd
Commit
131808cd
authored
May 04, 2018
by
Marco De Lucia
Browse files
Fixed README
parent
a19d2d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
131808cd
...
...
@@ -8,10 +8,10 @@ models and reactive transport in the framework of the RedMod project.
In R, the quickest way is to install the package
`devtools`
and
install RedModRphree directly from this repository:
```
R
```
library(devtools)
devtools::install_git("https://gitext.gfz-potsdam.de/delucia/RedModRphree.git")
```
R
```
To install in a specific directory (which R must know about, e.g.,
...
...
@@ -21,7 +21,7 @@ specifying the variable R_LIBS_USER in the file `$HOME/.Renviron`:
R_LIBS_USER
=
"~/MyRPackageDir"
```
then:
```
R
```
devtools::install_git("https://gitext.gfz-potsdam.de/delucia/RedModRphree.git", lib="~/MyRPackageDir")
```
This should take care of (mostly) all dependencies.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment