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
d712248f
Commit
d712248f
authored
Apr 06, 2021
by
Dorchies David
Browse files
ci: dependencies issue with package 'usethis'
Refs
#86
parent
ac915da3
Pipeline
#22032
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d712248f
...
...
@@ -13,13 +13,14 @@ default:
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
-
rename "s/${R_VERSION}.airGR/airGR/" *.tar.gz
-
R -e 'remotes::install_deps(dep = T)'
.build
:
stage
:
build
script
:
-
cd ..
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
R -e 'utils::install.packages("usethis")'
-
R -e 'remotes::install_deps(dep = T)'
-
R CMD build airgr
-
rename "s/airGR/${R_VERSION}.airGR/" airGR_*.tar.gz
-
mv *.tar.gz airgr/
...
...
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