Skip to content

Releases: PredictiveEcology/quickPlot

v1.0.4

14 Jul 22:35
9a0da9d

Choose a tag to compare

quickPlot 1.0.4

  • drop support for R <= 4.2;
  • remove defunct dependency fastshp (#35);
  • updates and fixes for forthcoming ggplot2 release (#37; #38);
  • move ggplot2 from Suggests to Imports;

v1.0.2

04 Jul 18:38

Choose a tag to compare

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, and rgeos
  • Allow extending .plotGrob without .quickPlottables class, using method dispatch
  • improved wiping of a plotting space when new = TRUE
  • A function extents which tries to provide a consistent output from st::st_bbox, terra::ext and raster::extent
  • Bugfixes for revdeps, especially SpaDES.core

v1.0.1

13 Jun 21:46

Choose a tag to compare

Known issues: https://github.com/PredictiveEcology/quickPlot/issues

version 1.0.1

  • Add support for terra and sf classes.
  • removed several S4 methods; converted several S4 methods to S3 methods
  • many bugfixes

v0.1.8

19 Aug 15:05
a0ff724

Choose a tag to compare

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

07 Nov 17:21

Choose a tag to compare

v0.1.5

07 Nov 16:53

Choose a tag to compare

Known issues: https://github.com/PredictiveEcology/quickPlot/issues

version 0.1.5

  • new function isRstudioServer

v0.1.4

26 Jun 03:22

Choose a tag to compare

Known issues: https://github.com/PredictiveEcology/quickPlot/issues

version 0.1.4

  • much faster for SpatialPolygons
  • clickExtent now more interactive with new examples
  • remove dependency on reproducible
  • SpatialPolygons get 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 SpatialPolygons objects

v0.1.3

30 Jan 17:10

Choose a tag to compare

Known issues: https://github.com/PredictiveEcology/quickPlot/issues

version 0.1.3

  • minor bug fix for when quickPlot::Plot is called inside a custom function called Plot
  • reworked internal approach to determine object name and object environments

v0.1.2

05 Oct 17:43

Choose a tag to compare

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
    • sp2sl to convert pairs of SpatialPoints objects to single SpatialLines objects, principally for plotting arrows as connected points.
  • bugfix Spatial* objects that had a color column, which was not working correctly.

v0.1.1

03 Aug 22:37

Choose a tag to compare

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