Skip to content
Snippets Groups Projects
Commit ea42d864 authored by Isabelle Sanchez's avatar Isabelle Sanchez
Browse files

comments the roxygen2 line in yaml

parent b3d4f4ff
No related branches found
No related tags found
No related merge requests found
Pipeline #53231 failed
......@@ -20,7 +20,7 @@ buildcheck:
- R -e 'install.packages(c("knitr", "rmarkdown"))'
# generate Documentation
- mkdir -p $R_LIBS_USER $BUILD_LOGS_DIR
- R -e 'roxygen2::roxygenize(".", roclets=c("rd", "collate", "namespace"))''
#- R -e 'roxygen2::roxygenize(".", roclets=c("rd", "collate", "namespace"))''
- R -e 'devtools::install_deps(dep = T, lib = Sys.getenv("R_LIBS_USER"))'
- R -e 'devtools::check(check_dir = Sys.getenv("CHECK_DIR"))'
- R -e 'if (length(devtools::check_failures(path = Sys.getenv("BUILD_LOGS_DIR"), note = FALSE)) > 0) stop()'
......
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