Skip to content
Snippets Groups Projects
Commit 8d6c77db authored by Elise Maigné's avatar Elise Maigné
Browse files

add ci/cd conf + activate renv

parent 61a9c3b8
No related branches found
No related tags found
No related merge requests found
Pipeline #154303 failed
source("renv/activate.R")
# The Docker image that will be used to build your app
image: rocker/verse:4.3.1
pages:
script:
- R -e "install.packages('renv')"
- R -e "renv::restore(prompt=FALSE)"
- quarto add --no-prompt quarto-ext/fontawesome
- quarto install --no-prompt extension davidcarayon/quarto-inrae-extension
- quarto render
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- public
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
renv.lock 0 → 100644
This diff is collapsed.
library/
local/
cellar/
lock/
python/
sandbox/
staging/
This diff is collapsed.
{
"bioconductor.version": null,
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
"Imports",
"Depends",
"LinkingTo"
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
"r.version": null,
"snapshot.type": "implicit",
"use.cache": true,
"vcs.ignore.cellar": true,
"vcs.ignore.library": true,
"vcs.ignore.local": true,
"vcs.manage.ignores": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment