Releases: cran4linux/bspm
Releases · cran4linux/bspm
bspm 0.5.7
bspm 0.5.6
bspm 0.5.5
- Fix test to feed character input to
numeric_version
.
bspm 0.5.4
- Fix DNF backend to ensure that the system configuration is used (228407a).
- Minor documentation improvements.
bspm 0.5.3
bspm 0.5.2
bspm 0.5.1
- Add support for littler in scripts (@eddelbuettel in #64).
- Refactor + fixes + improve testing (#66 addressing #63).
bspm 0.5.0
- New function
moveto_sys()
moves existing user packages to the system
library to avoid package shadowing; the associated scriptmass_move
enables mass-calling this function for several users and/or libraries to
facilitatebspm
deployment in multitenant servers (#60 addressing #59). - New function
shadowed_packages()
analyzes the library tree and reports
which packages, one per row, are shadowed by others (#62 addressing #58). - Add new
options(bspm.version.check=FALSE)
(true by default) to globally
enablebinary-source
installation type (#61). - Add a specific manual page
bspm-options
documenting all supported options. - Add support for the installation of binary Suggests and Enhances if they are
supplied to thedependencies
argument ofinstall.packages
.
LinkingTo
now is omitted for binary packages as documented (#32).
bspm 0.4.2
bspm 0.4.1
- New
type="binary-source"
option (or fast mode) tries to install as many
binaries as possible (requested packages and dependencies), and then falls
back to source installation (per @eddelbuettel's wish). - Fix the call to
available.packages()
when therepos
argument is specified
(#52 addressing #51).