Changes in version 0.0.10 (2024-11-29) o Package maintenance updating continuous integration script versions as well as coverage link from README, and switching to Authors@R o C++ compilation standards updated to C++17 to comply with libapt-pkg Changes in version 0.0.9 (2022-05-25) o Simplified and standardized to only use public API o No longer tests and accomodates pre-Apt 2.0 API Changes in version 0.0.8 (2021-12-04) o New test file version.R ensures NEWS file documents current package version o Travis artifacts and badges have been pruned o Vignettes now use simplermarkdown Changes in version 0.0.7 (2021-04-16) o Add rmarkdown to Suggests: as an implicit conditional dependency o Switch vignette to minidown and its water framework, add minidown to Suggests as well o Update two URLs in the README.md file Changes in version 0.0.6 (2020-03-14) o Accommodate Apt 2.0 code changes by including more header files o Change is backwards compatible and conditional o Added configure call using pkg-config and package version comparison (using R) to determine if the define is needed o 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) o NAMESPACE now sets symbol registration o configure checks for suitable system, no longer errors if none found, but sets good/bad define for the build o Existing C++ code is now conditional on having a 'good' build system, or else alternate code is used (which succeeds everywhere) o Added suitable() returning a boolean with configure result o Tests are conditional on suitable() to test good builds o The Travis setup was updated o The vignette was updated and expanded Changes in version 0.0.4 (2017-07-18) o New function getDepends o New function reverseDepends o Added package registration code o Added usage examples in scripts directory o Added vignette, also in docs as rendered copy Changes in version 0.0.3 (2016-12-07) o Added dumpPackages, showSrc Changes in version 0.0.2 (2016-04-04) o Added reverseDepends, dumpPackages, showSrc Changes in version 0.0.1 (2015-02-23) o Initial version with getPackages and hasPackages