Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MICS_Biomathematics
prettyplots
tableExtra
Commits
eeb954cf
Commit
eeb954cf
authored
Nov 23, 2020
by
Pradat Yoann
Browse files
[CI] correct cache print info
parent
499f5387
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eeb954cf
...
...
@@ -21,7 +21,7 @@ check:
stage
:
check
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/rcached
script
:
-
Rscript -e
'
cat(paste(
"
path renv root:
"
, renv::paths\$root()),
"
\\n
")'
-
Rscript -e
"
cat(paste(
'
path renv root:
'
, renv::paths\$root()),
'
\\n
')"
-
Rscript -e 'if (!requireNamespace("renv", quietly = TRUE)) install.packages("renv")'
-
Rscript -e 'renv::restore()'
-
Rscript -e 'if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")'
...
...
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