Commit 67983eeb authored by Dorchies David's avatar Dorchies David
Browse files

ci: fix dependencie error with DiagrammeR package

Refs #5
1 merge request!5Resolve "Add node of type "direct flow" in order to inject or withdraw flows into the model"
Pipeline #14841 failed with stages
in 9 minutes and 33 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -21,7 +21,7 @@ update_packages:
- mkdir -p R_LIBS
- Rscript -e 'if(!dir.exists("R_LIBS/remotes")) install.packages("remotes", lib = "R_LIBS")'
- apt-get update && apt-get -y install libxml2-dev
- Rscript -e 'remotes::update_packages(c("dplyr", "rmarkdown", "readr", "lubridate", "zoo", "roxygen2"), lib = "R_LIBS")'
- Rscript -e 'remotes::update_packages(c("dplyr", "rmarkdown", "readr", "lubridate", "zoo", "roxygen2", "DiagrammeR"), lib = "R_LIBS")'
- Rscript -e 'remotes::install_gitlab("HYCAR-Hydro/airgr@sd", host = "gitlab.irstea.fr", lib = "R_LIBS")'
build:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment