Skip to content

Releases: VPetukhov/ggrastr

Version 1.0.2

06 Jun 22:42
50ca3e0
Compare
Choose a tag to compare

Version 1.0.2 published on CRAN, 1 June 2023

  • The rasterise.Layer method appends rasterisation information at the layer level, rather than at the geom level.

Version 1.0.1

08 Dec 15:59
Compare
Choose a tag to compare

Version 1.0.1 published on CRAN, 8 December 2021

  • The function rasterize() now can work with whole ggplot2 objects (along with layers)
  • Updated vignettes

Version 1.0.0

17 Nov 22:02
Compare
Choose a tag to compare

Version 1.0.0 published on CRAN, 17 November 2021

The package ggrastr has gone through no major revisions in over a year. In order to avoid any ambiguity, this is a major release, version 1.0.0

Version 0.2.3

01 Mar 18:03
1ef0ff5
Compare
Choose a tag to compare
  • Function rasterise() changed to work with multiple layers
  • Function rasterise() now works with geom_sf(), i.e. should find any layers in a valid input list, and rasterize this.
  • Parameter scale added to rasterise()`. This scales the 'height' and 'weight' of the raster objects
  • Updates to roxygen2, added types

Related PRs: #24 #26

Version 0.2.2

19 Feb 20:47
Compare
Choose a tag to compare
  • Add global option for dpi using options(ggrastr.default.dpi=N)
  • Slight corrections to roxygen2 docs
  • Vignettes edited accordingly
  • Use both html and markdown for vignettes, link to README

Version 0.2.1

15 Sep 00:06
Compare
Choose a tag to compare

Version 0.2.0

13 Sep 09:08
b6de66a
Compare
Choose a tag to compare
  • Refactor code to use rasterise() function
  • Added geom_violin_rast() as a feature request
  • Updated vignettes accordingly
  • Fixed aspect ratio problems. Consequently, raster.width and raster.height parameters were removed.

CRAN package, version 0.1.8

19 Jun 16:03
f475e4c
Compare
Choose a tag to compare

First version for CRAN:
https://cran.r-project.org/web/packages/ggrastr/index.html

  • Revised documentation
  • vignettes modified slightly for rendering
  • various other changes to pass CRAN checks, e.g. two READMEs