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

installing RStudio Server v1.2 #135

Closed daroczig closed 5 years ago

daroczig commented 5 years ago

This fixes the issue described in #133 -- by updating the download URL of the most recent RStudio Server, and also adding the new dependencies introduced by the new version.

@cboettig, can you please check if I've updated the right file and let me know if I should do this update anywhere else or something looks bad. I've built this Dockerfile locally and seems to work fine.

cboettig commented 5 years ago

Yup, that's the right file. this looks good to me, thanks much!

Interesting that it want clang now, guess that will increase the build size but probably not a bad thing.

eddelbuettel commented 5 years ago

guess that will increase the build size

I would suspect that it is a wash -- the parsing may have been done with a local 'inside the RStudio blob' copy of libclang and it appears this can now be done with the distro version. But if my hunch is right then this is all for the C++ etc parsing the editor has been doing for some time.