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
f868caad
Commit
f868caad
authored
Jul 02, 2020
by
Facundo Muñoz
®️
Browse files
Do not use of magick.
Conflict with Cairo device.
https://github.com/yihui/knitr/issues/1365
parent
35d84ec8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f868caad
...
...
@@ -86,7 +86,7 @@ RUN ["install2.r", "ade4", "Cairo", "countrycode", "drake", "furrr", "future.cal
## Only needed with the option fig_crop
## which gives issues with device Cairo
## https://github.com/yihui/knitr/issues/1365
RUN
[
"install2.r"
,
"magick"
]
#
RUN ["install2.r", "magick"]
# Set up environment
RUN
echo
'alias ll="ls -lh --color=tty"'
>>
~/.bashrc
src/packages.R
View file @
f868caad
...
...
@@ -16,7 +16,7 @@ pacman::p_load(
knitr
,
lattice
,
latticeExtra
,
magick
,
#
magick,
# fig_crop conflicts with Cairo: https://github.com/yihui/knitr/issues/1365
maptools
,
mgcv
,
raster
,
...
...
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