Skip to content
Snippets Groups Projects
Commit e24f5e0f authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

CI6 : devtools::check(cran=FALSE)

parent d5a03c5e
No related branches found
No related tags found
No related merge requests found
Pipeline #59112 failed
...@@ -21,7 +21,7 @@ building: ...@@ -21,7 +21,7 @@ building:
- mkdir -p -m777 $R_LIBS_USER - mkdir -p -m777 $R_LIBS_USER
- Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths()));remotes::install_deps(dependencies = TRUE, upgrade = "never")' - Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths()));remotes::install_deps(dependencies = TRUE, upgrade = "never")'
- Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths()));remotes::install_cran(c("pkgdown", "qpdf"), upgrade = "never")' - Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths()));remotes::install_cran(c("pkgdown", "qpdf"), upgrade = "never")'
- Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths()));devtools::check()' - Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths()));devtools::check(cran=FALSE)'
# To have the coverage percentage appear as a gitlab badge follow these # To have the coverage percentage appear as a gitlab badge follow these
# instructions: # instructions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment