pirate
pirate copied to clipboard
:pirate_flag: A personal platform for R programming
Set default CRAN repo to RSPM in rstudio-server image for binary installs, e.g. https://packagemanager.rstudio.com/all/__linux__/bionic/latest
I often have to `chmod +x /path/to/some/file` on the host in order to get a service up and running (assuming said service relies on a bind mount). Find out if...
```r Warning message: Character set is not UTF-8; please change your locale ```
Similar to #1, whenever shiny-server on ARM is officially supported by `rocker` or `rstudio`, use that image.
Useful to expose a file explorer at `data.example.com`. Potential use case would be to upload `pointblank` reports and use this image as a data quality dashboard. src: https://larsjung.de/h5ai/
The `rstudio-server` stack was designed to work on a single host, not a cluster. It uses bind mounts to support `renv` and link projects with the `shiny-server` stack. This means...
There are no ARM binaries for `rstudio-server` and so the `rocker` org doesn't support it. When or if `rocker` ever makes `rocker/rstudio` available for ARM, update the Dockerfiles to use...