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
airGRteaching
Commits
8a84ac37
Commit
8a84ac37
authored
Jan 06, 2021
by
Delaigue Olivier
Browse files
ci: install airGR from the dev branch (the newSeriesAggreg branch is now merged)
parent
aea6e591
Pipeline
#18858
passed with stages
in 4 minutes and 58 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8a84ac37
...
...
@@ -9,7 +9,7 @@ default:
-
PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
-
rename "s/${R_VERSION}.airGRteaching/airGRteaching/" *.tar.gz
-
R -e 'chooseCRANmirror(graphics = FALSE, ind = 1); pkg <- "remotes"; pkgInst <- installed.packages()[, "Package"]; pkgMiss <- setdiff(pkg, pkgInst); if (length(pkgMiss) > 0) install.packages(pkgMiss)'
-
R -e 'remotes::install_git("https://gitlab.irstea.fr/HYCAR-Hydro/airgr", ref = "
newSeriesAggreg
")'
-
R -e 'remotes::install_git("https://gitlab.irstea.fr/HYCAR-Hydro/airgr", ref = "
dev
")'
-
R -e 'chooseCRANmirror(graphics = FALSE, ind = 1); pkg <- c("dygraphs", "plotrix", "shiny", "shinyjs"); pkgInst <- installed.packages()[, "Package"]; pkgMiss <- setdiff(pkg, pkgInst); if (length(pkgMiss) > 0) install.packages(pkgMiss)'
.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