From b7fb4a482703306f99f9835e55393fba0733d0a9 Mon Sep 17 00:00:00 2001 From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch> Date: Thu, 13 Jun 2024 15:49:23 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 651440b..4f9cb5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ pages: - 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 - R -e "remotes::install_version('DT', version = '0.32')" # Used for rendering an interactive table + - R -e "remotes::install_version('here', version = '1.0.1')" # Used for some path handling script: - cd webpage_contents -- GitLab