Skip to content
GitLab
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
0e7c2d95
Commit
0e7c2d95
authored
Jan 05, 2021
by
Marco De Lucia
Browse files
Update README.md
parent
31108e3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0e7c2d95
...
...
@@ -10,7 +10,7 @@ install RedModRphree directly from this repository:
```
library(devtools)
install_gitlab("delucia/RedModRphree", host="https://git
ext
.gfz-potsdam.de")
install_gitlab("delucia/RedModRphree", host="https://git.gfz-potsdam.de")
```
To install in a specific directory (which R must know about, e.g.,
specifying the variable R_LIBS_USER in the file
`$HOME/.Renviron`
:
...
...
@@ -20,7 +20,7 @@ R_LIBS_USER="~/MyRPackageDir"
```
then:
```
devtools::install_gitlab("delucia/RedModRphree", host="https://git
ext
.gfz-potsdam.de", lib="~/MyRPackageDir")
devtools::install_gitlab("delucia/RedModRphree", host="https://git.gfz-potsdam.de", lib="~/MyRPackageDir")
```
This should (hopefully) take care of all dependencies.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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