mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 18:44:06 +00:00
versions and tidymodels
- added versions to ggplot2 and sparklyr for all-spark-notebook - added tidymodels to r-notebook and docs closes #1102
This commit is contained in:
@@ -23,7 +23,7 @@ USER $NB_UID
|
|||||||
|
|
||||||
# R packages
|
# R packages
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'r-base=3.6.3' \
|
'r-base=4.0*' \
|
||||||
'r-ggplot2=3.3*' \
|
'r-ggplot2=3.3*' \
|
||||||
'r-irkernel=1.1*' \
|
'r-irkernel=1.1*' \
|
||||||
'r-rcurl=1.98*' \
|
'r-rcurl=1.98*' \
|
||||||
|
@@ -63,7 +63,7 @@ repository. The following sections describe these images including their content
|
|||||||
* [devtools](https://cran.r-project.org/web/packages/devtools/index.html),
|
* [devtools](https://cran.r-project.org/web/packages/devtools/index.html),
|
||||||
[shiny](https://shiny.rstudio.com/), [rmarkdown](http://rmarkdown.rstudio.com/), [forecast](https://cran.r-project.org/web/packages/forecast/forecast.pdf),
|
[shiny](https://shiny.rstudio.com/), [rmarkdown](http://rmarkdown.rstudio.com/), [forecast](https://cran.r-project.org/web/packages/forecast/forecast.pdf),
|
||||||
[rsqlite](https://cran.r-project.org/web/packages/RSQLite/index.html),
|
[rsqlite](https://cran.r-project.org/web/packages/RSQLite/index.html),
|
||||||
[nycflights13](https://cran.r-project.org/web/packages/nycflights13/index.html), [caret](http://topepo.github.io/caret/index.html),
|
[nycflights13](https://cran.r-project.org/web/packages/nycflights13/index.html), [caret](http://topepo.github.io/caret/index.html), [tidymodels](https://www.tidymodels.org/),
|
||||||
[rcurl](https://cran.r-project.org/web/packages/RCurl/index.html), and [randomforest](https://cran.r-project.org/web/packages/randomForest/randomForest.pdf)
|
[rcurl](https://cran.r-project.org/web/packages/RCurl/index.html), and [randomforest](https://cran.r-project.org/web/packages/randomForest/randomForest.pdf)
|
||||||
packages from [conda-forge](https://conda-forge.github.io/feedstocks)
|
packages from [conda-forge](https://conda-forge.github.io/feedstocks)
|
||||||
|
|
||||||
|
@@ -43,6 +43,7 @@ RUN conda install --quiet --yes -c conda-forge \
|
|||||||
'r-shiny=1.4*' \
|
'r-shiny=1.4*' \
|
||||||
'r-tidyverse=1.3*' \
|
'r-tidyverse=1.3*' \
|
||||||
'unixodbc=2.3.*' \
|
'unixodbc=2.3.*' \
|
||||||
|
'r-tidymodels=0.1*' \
|
||||||
&& \
|
&& \
|
||||||
conda clean --all -f -y && \
|
conda clean --all -f -y && \
|
||||||
fix-permissions $CONDA_DIR
|
fix-permissions $CONDA_DIR
|
||||||
|
Reference in New Issue
Block a user