Package: RcppAPT 0.0.9.1
RcppAPT: 'Rcpp' Interface to the APT Package Manager
The 'APT Package Management System' provides Debian and Debian-derived Linux systems with a powerful system to resolve package dependencies. This package offers access directly from R. This can only work on a system with a suitable 'libapt-pkg-dev' installation so functionality is curtailed if such a library is not found.
Authors:
RcppAPT_0.0.9.1.tar.gz
RcppAPT_0.0.9.1.zip(r-4.5)RcppAPT_0.0.9.1.zip(r-4.4)RcppAPT_0.0.9.1.zip(r-4.3)
RcppAPT_0.0.9.1.tgz(r-4.4-x86_64)RcppAPT_0.0.9.1.tgz(r-4.4-arm64)RcppAPT_0.0.9.1.tgz(r-4.3-x86_64)RcppAPT_0.0.9.1.tgz(r-4.3-arm64)
RcppAPT_0.0.9.1.tar.gz(r-4.5-noble)RcppAPT_0.0.9.1.tar.gz(r-4.4-noble)
RcppAPT_0.0.9.1.tgz(r-4.4-emscripten)RcppAPT_0.0.9.1.tgz(r-4.3-emscripten)
RcppAPT.pdf |RcppAPT.html✨
RcppAPT/json (API)
NEWS
# Install 'RcppAPT' in R: |
install.packages('RcppAPT', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppapt/issues
Last updated 3 months agofrom:0196f9954f. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win-x86_64 | OK | Nov 08 2024 |
R-4.5-linux-x86_64 | OK | Nov 08 2024 |
R-4.4-win-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-aarch64 | OK | Nov 08 2024 |
R-4.3-win-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-aarch64 | OK | Nov 08 2024 |
Exports:buildDependsdumpPackagesgetDependsgetPackageshasPackagesreverseDependsshowSrcsuitable
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Rcpp Interface to the APT Package Manager | RcppAPT-package RcppAPT |
Return Build-Depends for given packages | buildDepends |
Display information for given packages | dumpPackages |
Return Depends for given packages | getDepends |
Retrieve Names of All Installable Packages | getPackages |
Test for Existence of Given Package | hasPackages |
Return Reverse-Depends for given packages | reverseDepends |
Display information for given packages | showSrc |
Test for Suitability of System | suitable |