rocker-win icon indicating copy to clipboard operation
rocker-win copied to clipboard

Proof-of-concept for R in Windows containers

Results 5 rocker-win issues
Sort by recently updated
recently updated
newest added

Is it possible to run RStudio? Probably only via sharing the X11-socket... does that work on Windows? Is there an RStudio Server variant for Windows? 🤔

See installation steps at https://github.com/krlmlr/r-appveyor/blob/master/scripts/appveyor-tool.ps1#L120 Together with #6, the installation process could potentially stripped down to [downloading the script](https://github.com/krlmlr/r-appveyor/blob/master/scripts/appveyor-tool.ps1#L175) from GH and running Bootstrap with the desired environment variables for...

this might simplify the Dockerfile: https://github.com/krlmlr/r-appveyor/blob/master/scripts/appveyor-tool.ps1#L44-L112 thanks @jeroen for the pointer!

I wanted to learn more about Windows Containers and tried to create a Container with R. It worked! It's nowhere near the Rocker Images, but I hope the name `rocker-win`...

**See branch [`nano`](https://github.com/nuest/rocker-win/tree/nano/3.4.3-nano)** There are some issues with the required system libraries, it seems, because the Installation of R just quietly does nothing. Nanoserverapiscan also does not help me so...

enhancement
help wanted