Package: bspm
Type: Package
Title: Bridge to System Package Manager
Version: 0.3.8
Authors@R: c(
    person("Iñaki", "Ucar", email="iucar@fedoraproject.org",
      role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Description: Enables binary package installations on Linux distributions.
    Provides functions to manage packages via the distribution's package
    manager. Also provides transparent integration with R's install.packages()
    and a fallback mechanism. When installed as a system package, interacts
    with the system's package manager without requiring administrative
    privileges via an integrated D-Bus service; otherwise, uses sudo.
    Currently, the following backends are supported: DNF, APT.
License: MIT + file LICENSE
Encoding: UTF-8
OS_type: unix
SystemRequirements: systemd, python3-dbus, python3-(gobject|gi),
        python3-(dnf|apt)
Suggests: tinytest
URL: https://github.com/Enchufa2/bspm
BugReports: https://github.com/Enchufa2/bspm/issues
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-06-24 15:18:20 UTC; iucar
Author: Iñaki Ucar [aut, cph, cre] (<https://orcid.org/0000-0001-6403-5550>)
Maintainer: Iñaki Ucar <iucar@fedoraproject.org>
Repository: CRAN
Date/Publication: 2021-06-25 08:40:02 UTC
