- Bug: Incorrectly states how many packages were found in the database (see #62)
- Internal: Return missing values as
NA
's (see #59)
- Feature: Add
audit_conda()
functions - Feature: Add Josiah Parry as an author
- Feature: Handle missing versions in a nice way
- Use
dontrun{}
in examples that may hit rate limits.
- Feature: Add API caching. Calls are now cached for 12 hours (on R4+ only)
- Feature: Extract packages from
requirements.txt
,renv.lock
, andenvironment.yml
files - Feature: Handle more general vulnerabilities
- Feature: Add
audit_description()
function - Feature: Add
expect_secure()
for the {testthat} package - Feature: Use
~/.ossindex/.oss-index-config
, if it exists - Feature: Add a pkgdown website. Thanks to @josiahParry for the nice CSS.
- Add Josiah Parry as an contributor
- Minor: Link to jumpingrivers.com blog post
- Minor: Make
verbose = FALSE
completely silent
- CRAN release
- Use
donttest{}
in examples - Fix "spelling" mistakes in
DESCRIPTION
- Initial version