- Refactored code.
- Improved error messages using
cli_abort
. - Centralised roxygen
@importFrom
tags. - Used mocking to test without the need for an internet connection.
- Added test for non-scalar
num_links
. - Updated citation.
- Spring clean.
- Default branch master to main.
- Fixed occasional
used_here()
warning. - Documentation updates.
used_there()
fails gracefully if Internet resource unavailable.
- Patch update to fix test error.
- Default
used_there()
num_links
to 30.
- Respects
include.only
andexclude
arguments specified inlibrary()
. - Small performance improvement with dplyr 1.1 and tidyr 1.3.
- Remove suggests for meta-packages tidyverse and fpp3.
- Support use of the conflicted package.
- Include functions using the double-colon operator.
- Resolve cases of a function counted against two packages.
- First submission to CRAN.