rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Containers with RStudio preview? #106

Closed cboettig closed 5 years ago

cboettig commented 6 years ago

@znmeb suggested including an RStudio preview image. Ed, thoughts on how this would work?

Alternately, we could separate it out from this stack; though I'm wary of an approach that increases maintenance. e.g. we could build a separate RStudio on the r-base stack. Preferences differ here, but I find dealing with the apt-pinning between testing and unstable can be tricky. e.g. the default apt-get will pull from testing, but sometimes you need to pull a library from unstable, and then you may find the libs you have in testing aren't new enough to be compatible and everything has to be upgraded, which may break certain things (like RStudio wanting the 1.0.0 libssl)

cboettig commented 5 years ago

Resolved in https://cloud.docker.com/u/rocker/repository/docker/rocker/rstudio-daily (see https://github.com/rocker-org/rocker/issues/317)