| 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.Rensures NEWS file documents current package version
- Travis 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-configand package version comparison (using R) to determine if the define is needed
- Softened 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)
-  NAMESPACEnow sets symbol registration
-  configurechecks for suitable system, no longer errors if none found, but sets good/baddefinefor 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 result
- Tests are conditional on - suitable()to test good builds
- The 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 - scriptsdirectory
- Added 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 - getPackagesand- hasPackages