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

update readme

parent 51aa5b1f
No related branches found
No related tags found
No related merge requests found
......@@ -12,41 +12,9 @@ The package focuses on:
5. plotting nice figures.
### Pre-requisities: Access to NILU's Gitlab, git and ssh keys
Have a look at the [howto](https://git.nilu.no/jml/howtos/blob/master/gitlab/1-git%20and%20ssh%20keys.md).
## Installation
### with R
```R
library("devtools")
devtools::install_git("git@git.nilu.no:rfriendlyts/friendlyts.git")
```
### with git and R
In your [git] terminal write:
```shell
cd ~/
# if windows cd ~/Documents
mkdir tmp_friendlyts
cd tmp_friendlyts
git clone git@git.nilu.no:rspacetimemanip/timemanip.git
git clone git@git.nilu.no:rfriendlyts/friendlyts.git
```
In R, write:
```r
install.packages("~/tmp_friendlyts/timemanip",repos=NULL,type="source",dependencies = "Imports")
install.packages("~/tmp_friendlyts/friendlyts",repos=NULL,type="source",dependencies = "Imports")
```
In a terminal, write:
```shell
cd ..
rm -r tmp_friendlyts
```
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