Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdcns
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This server has been upgraded to GitLab release
17.10
.
Show more breadcrumbs
Gorka Fraga Gonzalez
fdcns
Commits
935d5336
Verified
Commit
935d5336
authored
6 months ago
by
Gorka Fraga Gonzalez
Committed by
GitLab UZH
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
e809a7f5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
935d5336
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment