Skip to content
Snippets Groups Projects
Commit 58d101e3 authored by ronan.vignard's avatar ronan.vignard
Browse files

Merge branch 'dev' into 'master'

Ajout de l'installation de {datalibaba} dans le pipeline

See merge request !17
parents a32abc6a 20b11521
No related branches found
No related tags found
1 merge request!17Ajout de l'installation de {datalibaba} dans le pipeline
Pipeline #382227 failed
...@@ -25,6 +25,7 @@ building: ...@@ -25,6 +25,7 @@ building:
- Rscript -e 'install.packages("remotes")' - Rscript -e 'install.packages("remotes")'
- Rscript -e 'install.packages("rcmdcheck")' - Rscript -e 'install.packages("rcmdcheck")'
- Rscript -e 'remotes::install_local(upgrade = "never")' - Rscript -e 'remotes::install_local(upgrade = "never")'
- Rscript -e 'remotes::install_gitlab("dreal-pdl/csd/datalibaba", host = "gitlab-forge.din.developpement-durable.gouv.fr")'
- Rscript -e 'remotes::install_git("https://gitlab-forge.din.developpement-durable.gouv.fr/dreal-pdl/csd/data.nitrates.git")' - Rscript -e 'remotes::install_git("https://gitlab-forge.din.developpement-durable.gouv.fr/dreal-pdl/csd/data.nitrates.git")'
- R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "warning", check_dir = "check")' - R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "warning", check_dir = "check")'
- ls -la - ls -la
......
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