bspm icon indicating copy to clipboard operation
bspm copied to clipboard

R Bridge to System Package Manager

Results 6 bspm issues
Sort by recently updated
recently updated
newest added

If you open a script in RStudio, write `library(lib)` where `lib` is a library which is not installed, RStudio will prompt you to install it: ![image](https://user-images.githubusercontent.com/54762742/161283588-4199f5bd-ff68-44b0-9cba-4f1c06ecffd9.png) but if you click...

Use case: packages like `renv` could ask `bspm` what's available in the system repos to choose those preferentially if versions match.

From `help(available.packages)`: ``` Argument ‘filters’ can be used to select which of the packages on the repositories are reported. It is called with its default value (‘NULL’) by functions such...

enhancement

From `help(install.packages)`: ``` dependencies: logical indicating whether to also install uninstalled packages which these packages depend on/link to/import/suggest (and so on recursively). Not used if ‘repos = NULL’. Can also...

enhancement

#32 added this feature to the default path, but not to the fast path, which currently just ignores this argument. This means that `Suggests` or `Enhances` can only be installed...

documentation
enhancement

Tracker: https://fedoraproject.org/wiki/Changes/SwitchToDnf5 Docs: https://dnf5.readthedocs.io/en/latest/