Skip to content
Snippets Groups Projects
Commit b7fb4a48 authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling:
Browse files

Update .gitlab-ci.yml

parent c08612ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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