OpenLand
Quantitative Analysis and Visualization of LUCC
Land-change analysis in R that has spent six years defending one download link.
◆Recent moves
- 1mo ago
Examples write downloads to temp files, not the user cache
A CRAN donttest complaint about examples and the vignette leaving Zenodo downloads under the user's cache directory. The third release in a row spent managing the same external dataset dependency, with no change to what the package computes.
View source ↗ - 1mo ago
Compatibility with dplyr after changes() removal; safer dataset loading
The binding fix keeps the package working against current dplyr, where the deprecated changes() function is gone entirely — a real breakage avoided rather than a cosmetic NOTE. Alongside it, a dedicated download helper gives informative errors when the example dataset is unreachable instead of failing opaquely.
View source ↗ - 2y ago
Plot unit test repaired after a ggplot change
A single test fix contributed upstream, with nothing user-facing. It is the only release in a nearly three-year gap between 1.0.2 and 1.0.4, which marks how quiet the package is between compatibility emergencies.
View source ↗ - 4y ago
Memory allocation failure fixed for large multi-year rasters
The one release in the window that touches the analysis itself: contingencyTable() no longer fails on rasters covering many layers or large areas, which is precisely the case a land-change study is likely to hit. The vignette also gains graceful handling when the dataset URL is unreachable, opening the dependency thread that later releases keep pulling.
View source ↗ - 6y ago
First release: LUCC metrics and full intensity analysis
⚡ SPARKThe release that defines the package and, six years on, still defines its entire capability surface. Everything since has been maintenance around this core rather than extension of it.
View source ↗