Commit 1f4a52de authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

docs(README): review text

1 merge request!31docs(CITATION): update manual reference
Pipeline #46617 passed with stage
in 7 minutes and 42 seconds
Showing with 3 additions and 2 deletions
+3 -2
......@@ -18,13 +18,14 @@ install.packages("airGRdatassim")
### Unrelease version
To download the version of the package that is on GitLab, you have first install the 'remotes' package. Then you can install the 'airGRdatassim' package in the R environmen:
To use the development version of the package that is on GitLab, you have first install the 'remotes' package. Then you can install the 'airGRdatassim' package in the R environment:
``` r
install.packages("remotes")
remotes::install_gitlab(repo = "HYCAR-Hydro/airgrdatassim",
host = "https://gitlab.irstea.fr",
dependencies = TRUE, build_vignettes = TRUE)
dependencies = TRUE,
build_vignettes = TRUE)
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment