| NEWS | R Documentation |
News for PackageRcppAPT
Changes in version 0.0.10 (2024-11-29)
Package maintenance updating continuous integration script versionsas well as coverage link from README, and switching to Authors@R
C++ compilation standards updated to C++17 to comply with libapt-pkg
Changes in version 0.0.9 (2022-05-25)
Simplified and standardized to only use public API
No longer tests and accomodates pre-Apt 2.0 API
Changes in version 0.0.8 (2021-12-04)
New test file
version.Rensures NEWS file documentscurrent package versionTravis artifacts and badges have been pruned
Vignettes now usesimplermarkdown
Changes in version 0.0.7 (2021-04-16)
Add rmarkdown to Suggests: as an implicit conditional dependency
Switch vignette to minidown and its water framework, addminidown to Suggests as well
Update two URLs in the README.md file
Changes in version 0.0.6 (2020-03-14)
Accommodate Apt 2.0 code changes by including more header files
Change is backwards compatible and conditional
Added configure call using
pkg-configand packageversion comparison (using R) to determine if the define is neededSoftened unit tests as we cannot assume optional source debinformation to be present, so demo code runs but zero resultstolerated
Changes in version 0.0.5 (2018-09-29)
NAMESPACEnow sets symbol registrationconfigurechecks for suitable system, no longer errorsif none found, but sets good/baddefinefor the buildExisting C++ code is now conditional on having a 'good' buildsystem, or else alternate code is used (which succeeds everywhere)
Added
suitable()returning a boolean with configureresultTests are conditional on
suitable()to test good buildsThe Travis setup was updated
The vignette was updated and expanded
Changes in version 0.0.4 (2017-07-16)
New function
getDependsNew function
reverseDependsAdded package registration code
Added usage examples in
scriptsdirectoryAdded vignette, also in
docsas rendered copy
Changes in version 0.0.3 (2016-12-07)
Added
dumpPackages,showSrc
Changes in version 0.0.2 (2016-04-04)
Added
reverseDepends,dumpPackages,showSrc
Changes in version 0.0.1 (2015-02-20)
Initial version with
getPackagesandhasPackages