devcontainer-features icon indicating copy to clipboard operation
devcontainer-features copied to clipboard

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

Open eitsupi opened this issue 2 years ago • 0 comments

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.

eitsupi avatar Aug 06 '23 13:08 eitsupi