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
elisemaigne
Ecosystème git
Commits
4f519d4e
Commit
4f519d4e
authored
Nov 29, 2021
by
Elise Maigne
Browse files
add missing packages
parent
4b3cf73f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4f519d4e
image
:
rocker/verse:4.0.0
before_script
:
-
R -e "install.packages('xaringanthemer')"
-
R -e "install.packages('DiagrammeR')"
-
R -e "install.packages('widgetframe')"
pages
:
stage
:
deploy
script
:
-
Rscript -e "rmarkdown::render('presentation.Rmd', output_file = 'index.html')"
-
mkdir public
-
cp index.html xaringan-themer.css public/
-
cp index.html xaringan-themer.css
mycss.css
public/
-
cp -r index_files/ images/ public/
artifacts
:
paths
:
...
...
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