Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MICS_Biomathematics
prettyplots
tableExtra
Commits
cfeb772c
Commit
cfeb772c
authored
Nov 23, 2020
by
Pradat Yoann
Browse files
add cache info
parent
a6e02ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cfeb772c
...
...
@@ -11,10 +11,8 @@ default:
-
docker
variables
:
Rscript -e "renv::paths$root()"
RENV_CONFIG_REPOS_OVERRIDE
:
"
http://cran.r-project.org"
RENV_PATHS_CACHE
:
${CI_PROJECT_DIR}/cache
echo ${CI_PROJECT_DIR}
RENV_PATHS_LIBRARY
:
${CI_PROJECT_DIR}/renv/library
CODECOV_TOKEN
:
"
b524d434-9189-48fc-a919-72e40de8cd22"
...
...
@@ -25,6 +23,8 @@ cache:
-
${RENV_PATHS_LIBRARY}
before_script
:
-
Rscript -e "renv::paths$root()"
-
echo ${CI_PROJECT_DIR}
-
apt-get update
-
apt-get install --yes libcurl4-openssl-dev
# required for installing R package "curl"
-
apt-get install --yes libgit2-dev
# required for R package "git2r"
...
...
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