From 935d53362ab9fc76aa336a6cf6f523e546612475 Mon Sep 17 00:00:00 2001 From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch> Date: Mon, 9 Sep 2024 16:27:25 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89e94e7..06cdd98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab