Skip to content

Releases: reginalexavier/OpenLand

OpenLand 1.0.5

Choose a tag to compare

@reginalexavier reginalexavier released this 10 Jul 14:13

Bug Fixes

  • Fixed CRAN additional donttest issue caused by examples and the vignette
    leaving downloaded Zenodo data in the persistent user cache directory. The
    examples still try to download and load SaoLourencoBasin when the link is
    available, but use temporary files so no files are left under ~/.cache.

OpenLand 1.0.4

Choose a tag to compare

@reginalexavier reginalexavier released this 02 Jul 00:20

Bug Fixes

  • fixed global variable binding issue: resolved CRAN NOTE "no visible binding for global variable 'changes'" by properly declaring changes as a global variable used in dplyr operations. This ensures compatibility with current dplyr releases where the deprecated dplyr::changes() function is completely removed (@DavisVaughan, #13)

New Features

  • implemented .openland_try_download_and_load_rda() function for graceful dataset loading with informative error messages
  • enhanced dataset availability checks in vignette and examples with automatic error recovery

OpenLand 1.0.3

Choose a tag to compare

@reginalexavier reginalexavier released this 03 May 13:54
  • fixed unit test related to the plot function depending on the ggplot package (@teunbrand, #9)

OpenLand 1.0.2

Choose a tag to compare

@reginalexavier reginalexavier released this 08 Nov 02:36
  • if the dataset url is not accessible, the vignette fails gracefully with an informative message without an error
  • memory allocation error fixed in contingencyTable() function for when it is used on rasters containing many years/layers or large areas #6

OpenLand 1.0.1

Choose a tag to compare

@reginalexavier reginalexavier released this 22 Apr 04:58
  • bug in summary_map fixed

OpenLand 1.0.0

Choose a tag to compare

@reginalexavier reginalexavier released this 25 Mar 05:04
  • This is the first release of the OpenLand R package and contains function for the analysis of land use and cover (LUC) time series, several LUC change (LUCC) metrics in regular or irregular time intervals and a complete intensity analysis according to Aldwaik and Pontius (2012).