Skip to content
Snippets Groups Projects
Commit 942a9893 authored by sanchezi's avatar sanchezi
Browse files

add useful packages for parallellization in CI/CD

parent e234aeed
No related branches found
No related tags found
No related merge requests found
Pipeline #55462 failed
......@@ -15,10 +15,13 @@ buildpkg:
- R -e 'install.packages("ggplot2")'
- R -e 'install.packages(c("testthat","roxygen2"))'
- R -e 'install.packages(c("knitr", "rmarkdown"))'
- R -e 'install.packages("foreach")'
- R -e 'install.packages("parallel")'
- R -e 'install.packages("doParallel")'
# generate Documentation
- R -e 'roxygen2::roxygenize(".", roclets=c("rd", "collate", "namespace"))'
- R -e 'devtools::build(binary = TRUE)'
checkpkg:
stage: test
script:
......
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