Changelog
Source:NEWS.md
grainscape 0.5.0
CRAN release: 2025-01-15
Dependency changes
- Require R 4.2 or higher (for native pipe and placeholder)
- Add
DiagrammeR,dplyr,webshot2andwithrto Suggests for use with vignettes and tests
grainscape 0.4.4
CRAN release: 2023-04-20
Dependency changes
- Removed retiring spatial packages
rgdalandrgeos(#68) - Use
sffor writing shapefiles.
grainscape 0.4.1
Bugfixes
- fix error on R-devel exposed by change to
matrixclass - fixed error in
theme_grainscape()example
grainscape 0.4.0
CRAN release: 2019-08-09
Dependency changes
- Requires R >= 3.5
- remove
rgeosdependency and deprecate use ofspargument to many functions (#38)
New features & enhancements
- reimplement an algorithm to calculate the minimum planar graph using C++; no longer relies on SELES binary and is now cross-platform.
- use updated
igraphfunctions internally - updated vignette / tutorial (#5)
- renamed functions to remove
gsandgsGOCprefixes; old names have been deprecated and will be removed in a future release (#10) -
MPG()can now handle large rasters - use S4 classes and methods (#3, #19)
- improved plotting using
ggplot2by default (#22, #47) - new functions
export()(#39) andpatchFilter()(#40) - fix typos (#58, @jsta)
Removed features
- removed
gsMPGstitch()as it was unreliable
grainscape 0.3.0
- original version from R-forge (http://grainscape.r-forge.r-project.org/)
- uses a SELES binary to calculate the minimum planar graph (Windows only)