rocker-org / devcontainer-features

A collection of Dev Container Features.
https://rocker-project.org/images/devcontainer/features.html
MIT License
52 stars 16 forks source link

[r-apt] Option to setup `littler`'s install scripts #171

Open eitsupi opened 1 year ago

eitsupi commented 1 year ago

It is tedious to write R functions in options such as postCreateCommand of the json file because double quotes need to be escaped.

For r-rig, I assume that it is recommended to use pak or renv, but for r-apt (especially if bspm is enabled on Ubuntu) it is preferable to use the install.packages function, so scripts of littler may be useful.