NEWS | R Documentation |
Accomodate 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 needed
Softened unit tests as we cannot assume optional source deb information to be present, so demo code runs but zero results tolerated
NAMESPACE
now sets symbol registration
configure
checks for suitable system, no longer errors
if none found, but sets good/bad define
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
result
Tests are conditional on suitable()
to test good builds
The Travis setup was updated
The vignette was updated and expanded
New function getDepends
New function reverseDepends
Added package registration code
Added usage examples in scripts
directory
Added vignette, also in docs
as rendered copy
Added dumpPackages
, showSrc
Added reverseDepends
, dumpPackages
, showSrc
Initial version with getPackages
and hasPackages