Changelog
Source:NEWS.md
usedthese 0.5.0
CRAN release: 2024-06-26
- 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.
usedthese 0.3.3
CRAN release: 2023-06-15
- Fixed occasional
used_here()
warning. - Documentation updates.
usedthese 0.3.2
CRAN release: 2023-03-24
-
used_there()
fails gracefully if Internet resource unavailable.
usedthese 0.3.1
CRAN release: 2023-02-24
- Patch update to fix test error.
- Default
used_there()
num_links
to 30.
usedthese 0.3.0
CRAN release: 2023-02-15
- 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.