Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
71e70e20
Commit
71e70e20
authored
Jan 28, 2021
by
Delaigue Olivier
Browse files
ci: install missing package before script
Refs
#61
parent
ba3123b3
Pipeline
#19761
failed with stages
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
71e70e20
...
...
@@ -9,6 +9,7 @@ default:
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
-
rename "s/${R_VERSION}.airGR/airGR/" *.tar.gz
-
R -e 'chooseCRANmirror(graphics = FALSE, ind = 1); pkg <- "CaRamel"; pkgInst <- installed.packages()[, "Package"]; pkgMiss <- setdiff(pkg, pkgInst); if (length(pkgMiss) > 0) install.packages(pkgMiss)'
.update_packages
:
stage
:
update_packages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment