diff --git a/src/r-apt/README.md b/src/r-apt/README.md index f00ce03..91c575f 100644 --- a/src/r-apt/README.md +++ b/src/r-apt/README.md @@ -23,6 +23,7 @@ Installs the latest R, some R packages, and needed dependencies. Note: May requi | installRadian | Install radian (via `python3 -m pip`). radian is an R console with multiline editing and rich syntax highlight. | boolean | false | | installVscDebugger | Install the `vscDebugger` R package from the GitHub repo. It is required for the VSCode-R-Debugger. | boolean | false | | useTesting | For Debian, install packages from Debian testing. If false, the R package installed by apt may be out of date. | boolean | true | +| installBspm | Install and enable BSPM (Bridge to System Package Manager) to install R packages. This option is only working on Ubuntu now. | boolean | false | ## Customizations @@ -84,6 +85,17 @@ Packages that cannot be installed via apt must be installed using the R function For more information, please check [the Rocker Project website](https://rocker-project.org/use/extending.html). + +### Binary installation via R with bspm + +If set the `installBspm` option to `true`, this Feature will install and set up +the [`bspm` R package](https://github.com/Enchufa2/bspm). + +`bspm` provides functions to manage packages via the distribution's package manager. + +Known limitation: `bspm` does not seem to work correctly on Debian. +() + ## Python package installation This feature has some options to install Python packages such as `jupyterlab`.