Releases: PredictiveEcology/quickPlot
Releases · PredictiveEcology/quickPlot
v1.0.4
v1.0.2
quickPlot (development version)
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 1.0.2
- Fixed all known errors due to changes in package dependencies (e.g.,
raster,terra,sf,sp) - completed migration away from
rgdal,maptools, andrgeos - Allow extending .plotGrob without
.quickPlottablesclass, using method dispatch - improved wiping of a plotting space when
new = TRUE - A function
extentswhich tries to provide a consistent output fromst::st_bbox,terra::extandraster::extent - Bugfixes for revdeps, especially SpaDES.core
v1.0.1
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 1.0.1
- Add support for
terraandsfclasses. - removed several S4 methods; converted several S4 methods to S3 methods
- many bugfixes
v0.1.8
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 0.1.8
- drop support for R version 3.6 (versions >= 4.0 are currently supported)
v0.1.6
v0.1.5
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 0.1.5
- new function
isRstudioServer
v0.1.4
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 0.1.4
- much faster for
SpatialPolygons clickExtentnow more interactive with new examples- remove dependency on
reproducible SpatialPolygonsget a fill colour by default if not passed in by user- fix bug related to plotting with NAs (#14, @CeresBarros)
- bug fixes
- new options("quickPlot.maxNumPolygons"), used for plotting of large
SpatialPolygonsobjects
v0.1.3
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 0.1.3
- minor bug fix for when
quickPlot::Plotis called inside a custom function calledPlot - reworked internal approach to determine object name and object environments
v0.1.2
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 0.1.2
- Small tweaks that allow methods to be built by other packages (e.g., PredictiveEcology/NetLogoR)
- new functions
sp2slto convert pairs ofSpatialPointsobjects to singleSpatialLinesobjects, principally for plotting arrows as connected points.
- bugfix
Spatial*objects that had a color column, which was not working correctly.
v0.1.1
Known issues: https://github.com/PredictiveEcology/quickPlot/issues
version 0.1.1
- add more examples to non-internal functions and do run them (per CRAN)
- added checks in the tests to ensure all exported functions have examples