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
355898b3
Commit
355898b3
authored
Apr 06, 2021
by
Dorchies David
Browse files
ci: dependencies issue with package 'usethis'
- Add CRAN mirror Refs
#86
parent
d712248f
Pipeline
#22033
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
355898b3
...
...
@@ -19,7 +19,7 @@ default:
script
:
-
cd ..
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
R -e 'utils::install.packages("usethis")'
-
R -e 'utils::install.packages("usethis"
, repo = "https://cloud.r-project.org/"
)'
-
R -e 'remotes::install_deps(dep = T)'
-
R CMD build airgr
-
rename "s/airGR/${R_VERSION}.airGR/" airGR_*.tar.gz
...
...
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