Changelog
Source:NEWS.md
Version 0.1.4 - 2025-07-04
CRAN release: 2025-07-04
Added
- The CRAN badge has been added to the README.
- DOI is added to CITATION.cff, DESCRIPTION and README (badge)
Fixed
-
check_cache()
is only run when the package is attached, not when it is loaded to avoid namespace issues.
Version 0.1.2 - 2025-06-26
Changed
- The default cache directory has been moved to the path given by
tools::R_user_dir()
. Checks for the cache directory size and outdated files are now included on package load. - Tests in
test-delineate.R
andtest-osmdata.R
have been partly rewritten, so that they use less resources and they complete in a reasonable amount of time.