Changelog
Source:NEWS.md
assertHE 1.0.1
CRAN release: 2026-02-20
- Fixes issue arising from
dplyrupdates.dplyrrecently removeddplyr::location().assertHEreferenced a column namedlocationbut does not note this as a global variable withutils::globalVariables("location")which did not cause an issue becausedplyrwas exporting a function with the same namelocation(). - Unifies coverage percentage where test location/folder is
NA.