Skip to content
Snippets Groups Projects

Draft: Resolve "ajouter pkgdown et gitlabci"

Open Juliette Engelaere-Lefebvre requested to merge 9-ajouter-pkgdown-et-gitlabci into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ building:
- mkdir -p $R_LIBS
- Rscript -e 'install.packages("remotes")'
- Rscript -e 'install.packages("rcmdcheck")'
- Rscript -e 'remotes::install_gitlab("dreal-datalab/mapfactory")'
- Rscript -e 'remotes::install_git("https://gitlab.com/dreal-datalab/mapfactory.git", ref = "db71e92a")'
- Rscript -e 'remotes::install_deps(upgrade = "never")'
- R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")'
Loading