NEWS | R Documentation |
News for Package RcppAPT
Changes in version 0.0.10 (2024-11-29)
Package maintenance updating continuous integration script versions as 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.R
ensures NEWS file documents current package versionTravis artifacts and badges have been pruned
Vignettes now use simplermarkdown
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, add minidown 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-config
and package version comparison (using R) to determine if the define is neededSoftened unit tests as we cannot assume optional source deb information to be present, so demo code runs but zero results tolerated
Changes in version 0.0.5 (2018-09-29)
-
NAMESPACE
now sets symbol registration -
configure
checks for suitable system, no longer errors if none found, but sets good/baddefine
for the build Existing C++ code is now conditional on having a 'good' build system, or else alternate code is used (which succeeds everywhere)
Added
suitable()
returning a boolean with configure resultTests 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
getDepends
New function
reverseDepends
Added package registration code
Added usage examples in
scripts
directoryAdded vignette, also in
docs
as 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
getPackages
andhasPackages