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
8cc44cc3
Commit
8cc44cc3
authored
Jan 28, 2021
by
Delaigue Olivier
Browse files
ci: fix misspelling of the caRamel package
Refs
#61
parent
71e70e20
Pipeline
#19762
passed with stages
in 16 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8cc44cc3
...
...
@@ -9,7 +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 <- "
C
aRamel"; pkgInst <- installed.packages()[, "Package"]; pkgMiss <- setdiff(pkg, pkgInst); if (length(pkgMiss) > 0) install.packages(pkgMiss)'
-
R -e 'chooseCRANmirror(graphics = FALSE, ind = 1); pkg <- "
c
aRamel"; 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