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

pb CI/CD avec foreach - corrigé?

parent 942a9893
No related branches found
No related tags found
No related merge requests found
Pipeline #55471 failed
......@@ -16,7 +16,6 @@ buildpkg:
- 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"))'
......
......@@ -25,6 +25,7 @@ library(kfino)
library(dplyr)
library(foreach)
library(parallel)
library(doParallel)
```
```{r}
......
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