Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
Covid19-Mortality-Visualisation
Commits
4a84c2cd
Commit
4a84c2cd
authored
Jul 01, 2020
by
Renaud Lancelot
🌍
Browse files
Update Dockerfile
parent
c8650448
Pipeline
#14859
failed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4a84c2cd
...
...
@@ -81,8 +81,7 @@ unicode-math \
xunicode
# Install R-package dependencies for compiling reports
RUN
[
"install2.r"
,
"ade4"
,
"Cairo"
,
"countrycode"
,
"cshapes"
,
"drake"
,
"furrr"
,
"future.callr"
,
"ggthemes"
,
"ggrepel"
,
"here"
,
"hrbrthemes"
,
"janitor"
,
"knitr"
,
"latticeExtra"
,
"pacman"
,
"readxl"
,
"rjson"
,
"rmarkdown"
,
"rmdformats"
]
RUN
[
"install2.r"
,
"INLA"
,
"-r"
,
"https://inla.r-inla-download.org/R/stable"
]
RUN
[
"install2.r"
,
"ade4"
,
"Cairo"
,
"countrycode"
,
"drake"
,
"furrr"
,
"future.callr"
,
"here"
,
"hrbrthemes"
,
"janitor"
,
"knitr"
,
"latticeExtra"
,
"pacman"
,
"readxl"
,
"rjson"
,
"rmarkdown"
,
"rmdformats"
]
## Only needed with the option fig_crop
## which gives issues with device Cairo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment