Skip to content
Snippets Groups Projects
Commit 4018fa85 authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

change git@ to https://git

parent c959a052
No related branches found
No related tags found
No related merge requests found
......@@ -15,34 +15,7 @@ Make remote timeserie dataset easy to get and to work with.
## 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
devtools::install_git("https://git.nilu.no/rfriendlyr/friendlyr.git")
```
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