Skip to content
Snippets Groups Projects
Verified Commit 935d5336 authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

Update .gitlab-ci.yml

parent e809a7f5
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ pages:
stage: deploy
before_script:
- R -e "install.packages('remotes')" # This package is used to be able to install packages defining their versions0
- R -e "remotes::install_version('quarto',version = '1.4')" # This is used for publishing the website
#- R -e "remotes::install_version('quarto',version = '1.4')" # This is used for publishing the website
- R -e "remotes::install_version('kableExtra', version = '1.4.0')" # This is used for rendering a table
- R -e "remotes::install_version('openxlsx',version = '4.2.5.2')" # This package is used for reading excel table
- R -e "remotes::install_version('crosstalk', version = '1.2.1')" # This is used for adding filters to the table
......
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