Skip to content

Commit

Permalink
Added miic dependencies to r-base
Browse files Browse the repository at this point in the history
  • Loading branch information
vcabeli committed Jul 28, 2020
1 parent 206d357 commit ee5fd08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion r-base/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@ RUN apt-get update \
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds \
&& rm -rf /var/lib/apt/lists/*

CMD ["R"]
## Install miic dependencies
RUN R --slave -e 'install.packages(c("glue", "rlang", "colorspace", "testthat", "cli", "crayon", "digest", "ellipsis", "evaluate", "magrittr", "pkgload", "praise", "R6", "withr", "assertthat", "fansi", "desc", "pkgbuild", "rprojroot", "rstudioapi", "callr", "prettyunits", "backports", "processx", "ps", "farver", "labeling", "lifecycle", "munsell", "RColorBrewer", "viridisLite", "pillar", "pkgconfig", "vctrs", "utf8", "gtable", "isoband", "scales", "tibble", "igraph", "ppcor", "Rcpp", "ggplot2", "gridExtra"), dependencies=T)'

## CMD ["R"]
4 changes: 4 additions & 0 deletions r-base/latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ See the [source directories](https://github.com/rocker-org/rocker/tree/master/r-

Documentation is being added at the [Wiki](https://github.com/rocker-org/rocker/wiki). Please file
issue tickets at [the rocker/ issue tracker](https://github.com/rocker-org/rocker/issues).

## MIIC dependencies

[`miic`](https://github.com/miicTeam/miic_R_package) dependencies are added at the end of the `r-base` build

0 comments on commit ee5fd08

Please sign in to comment.