Releases: VPetukhov/ggrastr
Releases · VPetukhov/ggrastr
Version 1.0.2
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
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
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
- Function
rasterise()
changed to work with multiple layers - Function
rasterise()
now works withgeom_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
Version 0.2.2
- 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
- changes to be in sync with ggrastr version 0.2.1 on CRAN: https://cran.rstudio.com/src/contrib/ggrastr_0.2.1.tar.gz
- aesthetic revisions to the github README
- otherwise, this version mirrors https://github.com/VPetukhov/ggrastr/releases/tag/v0.2.0
Version 0.2.0
- Refactor code to use
rasterise()
function - Added
geom_violin_rast()
as a feature request - Updated vignettes accordingly
- Fixed aspect ratio problems. Consequently,
raster.width
andraster.height
parameters were removed.
CRAN package, version 0.1.8
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