Changelog
Source:NEWS.md
rcrisp 0.3.0 - 2025-10-13
Added
- Overall workflow was documented in a new vignette and the package README
- Badges to Research Software Directory and R-universe were added
- Corridors are also allowed to be multipolygons when delineating segments
- Badge with Status at rOpenSci Software Peer Review was added
Fixed
- Exact matches in
match_osm_name()are returned before partial matches. - Bug returning county boundary instead of city boundary was fixed.
- Bug for river with no crossings was fixed. Delineation fails with informative error.
- Code chunk with OSM data retrieval was disabled in getting started vignette.
-
get_osm_buildings()does not error when given bounding box as input. - STAC asset URL retrieval test fails gracefully on unsuccessful HTTP request.
- Suppress warning in wrong city name test.
rcrisp 0.2.0 - 2025-08-21
CRAN release: 2025-08-21
Added
- Package-level documentation has been added.
- Assertions using the
checkmatepackage 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_dambovitaexample package data.
Fixed
- Classes of input parameters and return values were specified.
-
get_osm_example_data()andget_dem_example_data()fail gracefully in examples, vignettes and tests, that is, return a message and NULL, if internet resource is not available.
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.Randtest-osmdata.Rhave been partly rewritten, so that they use less resources and they complete in a reasonable amount of time.