Skip to content

Releases: cran4linux/bspm

bspm 0.5.7

10 Apr 13:55
Compare
Choose a tag to compare
  • Restrict D-Bus service configuration to installations in Linux machines
    with admininistrative privileges.

bspm 0.5.6

09 Apr 12:29
Compare
Choose a tag to compare
  • Move to cran4linux org on GitHub, update URLs.
  • Try binary installation of build-only dependencies for source packages
    (#82 addressing #81).

bspm 0.5.5

22 Aug 07:54
Compare
Choose a tag to compare
  • Fix test to feed character input to numeric_version.

bspm 0.5.4

11 Aug 07:52
Compare
Choose a tag to compare
  • Fix DNF backend to ensure that the system configuration is used (228407a).
  • Minor documentation improvements.

bspm 0.5.3

15 Jul 09:49
Compare
Choose a tag to compare
  • Add workaround for underscores in Arch package versions (#71).
  • Fix BioArchLinux instructions in README.
  • Fix discovery of installed system packages in Arch (#73).

bspm 0.5.2

20 May 21:58
Compare
Choose a tag to compare
  • Fix package deduplication in dependency getter (#68 addressing #67).
  • Rename scripts manual page to bspm-scripts.

bspm 0.5.1

16 Mar 18:33
Compare
Choose a tag to compare
  • Add support for littler in scripts (@eddelbuettel in #64).
  • Refactor + fixes + improve testing (#66 addressing #63).

bspm 0.5.0

19 Feb 12:08
Compare
Choose a tag to compare
  • New function moveto_sys() moves existing user packages to the system
    library to avoid package shadowing; the associated script mass_move
    enables mass-calling this function for several users and/or libraries to
    facilitate bspm 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
    enable binary-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 the dependencies argument of install.packages.
    LinkingTo now is omitted for binary packages as documented (#32).

bspm 0.4.2

09 Feb 13:09
Compare
Choose a tag to compare
  • Fix error forwarding in root mode (#54).
  • Fix installation error when options(pkgType="binary-source") is set and
    a package without binary version available is requested (#56).
  • Fix installation error in options(pkgType="both") mode (default) when an
    available binary is not available as source (#57).

bspm 0.4.1

09 Jan 23:08
Compare
Choose a tag to compare
  • 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 the repos argument is specified
    (#52 addressing #51).