Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ibiem2020
IBIEM2020
Commits
7b6c0b6e
Commit
7b6c0b6e
authored
Feb 16, 2021
by
josh
Browse files
Merge branch 'staging' of gitlab.oit.duke.edu:ibiem2020/docker_rstudio_ibiem2020 into staging
parents
3fd69ef8
028bd62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7b6c0b6e
...
...
@@ -187,7 +187,7 @@ RUN apt-get update && \
# RUN pip install qiime
# Install tidyverse and packages necessary for knitting to HTML
RUN
Rscript
-e
"install.packages(pkgs = c('tidyverse','caTools','rprojroot','rmarkdown'),
\
RUN
Rscript
-e
"install.packages(pkgs = c('tidyverse','caTools','rprojroot','rmarkdown'
,'R.utils'
),
\
repos=
${
CRAN_REPO
}
,
\
dependencies=TRUE,
\
clean = TRUE)"
...
...
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