Changes in version 2.0.0 - Create SpatRaster and sf methods for getAOO - Deprecate raster and sp usage - Replace uncertainty functions with jitter functionality to makeAOOGrid - Update namespace, dependencies, and function documentation - Add classes, and summary, print and plot functions - Modify functions to accept multiple ecosystems at once - Update vignettes Changes in version 1.0.4 (2023-10-03) - Submission of update to CRAN to remove dependencies on retiring packages. - Updated functions to remove dependencies on rgdal and rgeos. Changes in version 1.0.3.9000 - Updated functions to be generic for easier future implementation of different spatial formats as inputs. - Added new functionality to makeAOOGrid to allow Spatial Polygons as input. - Added additional tests for AOO functions. Changes in version 1.0.3 (2019-07-11) - Submission of update to CRAN to ensure compatibility with raster. Changes in version 1.0.2.9002 - Updated gridUncertainty functions to ensure compatibility with the parameter requirements for raster::shift(). Changes in version 1.0.2.9001 - Fixed gridUncertaintySimulation. Changes in version 1.0.2.9000 - Changed the way the random jittering in gridUncertainty works to be more useful as the splits get smaller. Changes in version 1.0.2 (2018-11-02) - Submission of update to CRAN with improvements from reviewers. Changes in version 1.0.1.9002 - Fixed ARC calculation in extrapolateEstimate. - Added tests to ensure extrapolateEstimate calculations are correct. - Renamed ARC to Annual Rate of Change - Fixed getArea when raster cells are not squares Changes in version 1.0.1.9001 - Added sequentialExtrapolate to return sequence of estimates calculated by the selected algorithms. - Updated extrapolateEstimate output wording. Changes in version 1.0.1.9000 - Added extrapolateEstimate which will replace futureAreaEstimate. Changes in version 1.0.1 (2018-05-11) - Fixed getArea to output a single value and included test - Submission of update to CRAN Changes in version 1.0.0.9004 - Added test for SpatialPolygons for getArea - Updated vignette to have single date Changes in version 1.0.0.9003 - Fixed an error in getArea where a raster with a single class wouldn't be calculated properly - Updated tests to reflect changes to getDeclineStats Changes in version 1.0.0.9002 - Changed getDeclineStats so ARC now returns a percentage - Updated futureAreaEstimate to accept ARC as a percentage Changes in version 1.0.0.9001 - Updated all functions to accept SpatialPoints and SpatialPointsDataFrame as input. Changes in version 1.0.0.9000 - Cleaned up code in getEOOPolygon. - gridUncertainty functions now have default min.percent.rule set to FALSE. - gridUncertainty now uses while, eliminating need for max.rounds parameter. - gridUncertaintyBase now includes two new parameters: restriction and min.grids.shift. - Added gridUncertaintyRestricted. Changes in version 1.0.0 (2017-07-07) - redlistr is now on CRAN!