Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verse
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rocker
verse
Commits
dcd7eb04
Commit
dcd7eb04
authored
6 years ago
by
Marcel Ramos
Committed by
Carl Boettiger
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update Dockerfiles to use BiocManager instead of online R script (#105)
parent
f2db763d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tidyverse/3.5.1/Dockerfile
+2
-2
2 additions, 2 deletions
tidyverse/3.5.1/Dockerfile
tidyverse/Dockerfile
+2
-2
2 additions, 2 deletions
tidyverse/Dockerfile
tidyverse/devel/Dockerfile
+2
-2
2 additions, 2 deletions
tidyverse/devel/Dockerfile
with
6 additions
and
6 deletions
tidyverse/3.5.1/Dockerfile
+
2
−
2
View file @
dcd7eb04
...
...
@@ -9,7 +9,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libpq-dev
\
libssh2-1-dev
\
unixodbc-dev
\
&&
R
-e
"source('https://bioconductor.org/biocLite.R')"
\
&&
install2.r
--error
\
--deps
TRUE
\
tidyverse
\
...
...
@@ -18,5 +17,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
formatR
\
remotes
\
selectr
\
caTools
caTools
\
BiocManager
This diff is collapsed.
Click to expand it.
tidyverse/Dockerfile
+
2
−
2
View file @
dcd7eb04
...
...
@@ -9,7 +9,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libpq-dev
\
libssh2-1-dev
\
unixodbc-dev
\
&&
R
-e
"source('https://bioconductor.org/biocLite.R')"
\
&&
install2.r
--error
\
--deps
TRUE
\
tidyverse
\
...
...
@@ -18,6 +17,7 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
formatR
\
remotes
\
selectr
\
caTools
caTools
\
BiocManager
# not clear why selectr needs explicit re-install, see https://github.com/rocker-org/rocker-versioned/pull/63
This diff is collapsed.
Click to expand it.
tidyverse/devel/Dockerfile
+
2
−
2
View file @
dcd7eb04
...
...
@@ -8,7 +8,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libmariadb-client-lgpl-dev
\
libpq-dev
\
libssh2-1-dev
\
&&
R
-e
"source('https://bioconductor.org/biocLite.R')"
\
&&
install2.r
--error
\
--deps
TRUE
\
tidyverse
\
...
...
@@ -16,7 +15,8 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
devtools
\
formatR
\
remotes
\
selectr
selectr
\
BiocManager
## Notes: Above install2.r uses --deps TRUE to get Suggests dependencies as well,
## dplyr and ggplot are already part of tidyverse, but listed explicitly to get their (many) suggested dependencies.
...
...
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