Known issues: https://github.com/achubaty/grainscape/issues
- Removed retiring spatial packages
rgdal
andrgeos
(#68) - Use
sf
for writing shapefiles.
- Improved plotting of lattice MPGs (#51)
- Removed unused
eucPerimWeight
from documentation (#56) - Improved error messaging for undefined thresholds in
GOC()
(#57)
- None
- none
- none
- added MEE paper citation and updated package
DESCRIPTION
&README
.
- removed unused dependency
hunspell
from Suggests
- reduced package tarball size
- none
- none
- fix error on R-devel exposed by change to
matrix
class - fixed error in
theme_grainscape()
example
- added package hexsticker
- Requires R >= 3.5
- remove
rgeos
dependency and deprecate use ofsp
argument to many functions (#38)
- numerous bug fixes
- reimplement an algorithm to calculate the minimum planar graph using C++; no longer relies on SELES binary and is now cross-platform.
- use updated
igraph
functions internally - updated vignette / tutorial (#5)
- renamed functions to remove
gs
andgsGOC
prefixes; 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
ggplot2
by default (#22, #47) - new functions
export()
(#39) andpatchFilter()
(#40) - fix typos (#58, @jsta)
- removed
gsMPGstitch()
as it was unreliable
- original version from R-forge (http://grainscape.r-forge.r-project.org/)
- uses a SELES binary to calculate the minimum planar graph (Windows only)