mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Added Hadley Wickham's tidyverse to r-notebook
This commit is contained in:
@@ -23,13 +23,10 @@ RUN conda config --add channels r && \
|
||||
'r-irkernel=0.7*' \
|
||||
'r-plyr=1.8*' \
|
||||
'r-devtools=1.12*' \
|
||||
'r-dplyr=0.5*' \
|
||||
'r-ggplot2=2.2*' \
|
||||
'r-tidyr=0.6*' \
|
||||
'r-tidyverse=1.0*' \
|
||||
'r-shiny=0.14*' \
|
||||
'r-rmarkdown=1.2*' \
|
||||
'r-forecast=7.3*' \
|
||||
'r-stringr=1.1*' \
|
||||
'r-rsqlite=1.1*' \
|
||||
'r-reshape2=1.4*' \
|
||||
'r-nycflights13=0.2*' \
|
||||
|
@@ -6,7 +6,8 @@
|
||||
|
||||
* Jupyter Notebook 4.3.x
|
||||
* Conda R v3.3.x and channel
|
||||
* plyr, devtools, dplyr, ggplot2, tidyr, shiny, rmarkdown, forecast, stringr, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed
|
||||
* plyr, devtools, shiny, rmarkdown, forecast, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed
|
||||
* The [tidyverse](https://github.com/tidyverse/tidyverse) R packages are also installed, including ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, lubridate, and broom
|
||||
* Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`
|
||||
* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../base-notebook/start-notebook.sh) as the default command
|
||||
* A [start-singleuser.sh](../base-notebook/start-singleuser.sh) script useful for running a single-user instance of the Notebook server, as required by JupyterHub
|
||||
|
Reference in New Issue
Block a user