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
85171187
Commit
85171187
authored
Dec 03, 2020
by
Delaigue Olivier
Browse files
ci(dependencies): install the version of airGR with the new SeriesAggreg function
parent
d3d61d2a
Pipeline
#18075
passed with stages
in 1 minute and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
85171187
...
...
@@ -8,6 +8,8 @@ default:
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
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 '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