All notable changes to this project will be documented in this
file.
The format is based on Keep a Changelog, and
this project adheres to Semantic Versioning.
rcrisp 0.2.0 - 2025-08-21
Added
- Package-level documentation has been added.
- Assertions using the
checkmate
package were added to
input parameters throughout the package.
- Examples were expanded to demonstrates the use of all
parameters.
- Delineated valley has been added to the
bucharest_dambovita
example package data.
Fixed
- Classes of input parameters and return values were specified.
get_osm_example_data()
and
get_dem_example_data()
fail gracefully in examples,
vignettes and tests, that is, return a message and NULL, if internet
resource is not available.
Changed
- Replaced
sapply()
with vapply()
throughout
the package for improved type safety.
- Updated package metadata in
DESCRIPTION
and
codemeta.json
- Organized function reference page into meaningful sections.
Removed
- The
dem_to_ceg()
function was removed from the package
as it is not used.
Version 0.1.4 - 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.
Changed
- Vignette file names are updated to ensure they are listed in order
on CRAN.
Version 0.1.3 - 2025-06-27
Fixed
- Tests retrieving DEM data from AWS have been either removed or
mocked to avoid issues with the AWS API.
- Warnings in delineation tests are safely suppressed.
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
and
test-osmdata.R
have been partly rewritten, so that they use
less resources and they complete in a reasonable amount of time.
Version 0.1.1 - 2025-06-24
Fixed
- Examples that take too long to run are only run in interactive
mode
Version 0.1.0 - 2025-06-23
Added
- The first version of the package is created