Skip to content
Snippets Groups Projects
Commit 75bc8ebc authored by jml's avatar jml
Browse files

update readme

parent 4885566b
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,37 @@ Make remote timeserie dataset easy to get and to work with.
6. having metadata
## Installation
### with R
```R
library("devtools")
devtools::install_git("git@git.nilu.no:rfriendlyr/friendlyr.git")
```
```
### with git and R
In your [git] terminal write:
```shell
cd ~/
# if windows cd ~/Documents
mkdir tmp_friendlyr
cd tmp_friendlyr
git clone git@git.nilu.no:rfriendlyts/friendlyts.git
git clone git@git.nilu.no:rfriendlyr/friendlyr.git
```
In R, write:
```r
install.packages("~/tmp_friendlyr/friendlyts",repos=NULL,type="source",dependencies = "Imports")
install.packages("~/tmp_friendlyr/friendlyr",repos=NULL,type="source",dependencies = "Imports")
```
In a terminal, write:
```shell
cd ..
rm -r tmp_friendlyr
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment