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
IN-WOP
SeineBasin2
Commits
fcec64b5
Commit
fcec64b5
authored
Mar 09, 2022
by
Dorchies David
Browse files
ci: missing dependency at installation
parent
b6bc8fd8
Pipeline
#33739
passed with stages
in 38 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fcec64b5
...
...
@@ -23,7 +23,7 @@ cache:
before_script
:
-
mkdir -p $R_LIBS_USER $BUILD_LOGS_DIR
-
echo "R_LIBS='$R_LIBS_USER'" > .Renviron
-
R -q -e 'devtools::install_deps(
r
ep
os = "http://cran.r-project.org", build
= T
RUE
)'
-
R -q -e 'devtools::install_deps(
d
ep = T)'
.check
:
stage
:
checks
...
...
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