Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
docker
gglatex
Commits
0f72193a
Commit
0f72193a
authored
Mar 16, 2020
by
Miroslav Kratochvil
Browse files
install some extra useful R packages
parent
7ca6c332
Pipeline
#22680
passed with stage
in 31 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0f72193a
...
...
@@ -15,6 +15,6 @@ RUN apt-get install -y \
RUN
apt-get
install
-y
\
r-base r-recommended
RUN
R
-e
"install.packages(c('cowplot', 'ggplot2'))"
RUN
R
-e
"install.packages(c(
'devtools',
'cowplot', 'ggplot2'
, 'tidyverse', 'reshape2', 'rmarkdown'
))"
RUN
rm
-rf
/var/lib/apt/lists/
*
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