NEWS
rasterpic 0.5.0 (2026-05-21)
- Package documentation was reviewed and updated with AI-assisted editing.
rasterpic_img() is now an S3 generic with methods for supported input
classes (#39).
rasterpic_img() now supports stars objects.
rasterpic 0.4.0 (2026-03-21)
- Migrated vignettes to Quarto.
rasterpic 0.3.1 (2026-01-14)
- New logo.
- The minimum required R version is now 4.1.0.
- Minor internal and documentation improvements.
rasterpic 0.3.0 (2025-03-19)
- When the output has 3 or more layers, the first three are renamed as
"r",
"g" and "b". In cases with 4 layers or more, the fourth layer is renamed
as "alpha". This allows compatibility with tmap >= 4.0 and avoids the
error ! [subset] you cannot select a layer with a name that is not unique.
rasterpic 0.2.6 (2024-12-17)
rasterpic 0.2.5 (2024-04-12)
- Updated documentation.
- Made the
Title and Description fields in DESCRIPTION more specific.
rasterpic 0.2.4 (2024-01-18)
- Ensured that
SpatVector objects always have a CRS.
- If the image has fewer than 3 channels, the raster output does not have the
RGB property (
terra::has.RGB() is FALSE). This is expected to be a corner
case.
- If the image file (e.g.,
tiff) already has an RGB definition, preserve it in
the output.
- Updated documentation and tests.
rasterpic 0.2.3 (2023-09-08)
- Made
asp_ratio() an internal function.
- Improved documentation and tests.
rasterpic 0.2.2 (2023-04-18)
- Removed unused dependencies.
- Improved documentation.
- Fixed typos in messages.
- Declared output as RGB raster with
terra::RGB().
- Added ggplot2 to "Suggests".
rasterpic 0.2.1 (2022-06-10)
- Added tidyterra to "Suggests".
rasterpic 0.2.0 (2022-02-18)
- Added support for:
- terra:
SpatVector, SpatExtent.
- sf:
sfg, sf::st_bbox().
- Numeric vectors
c(xmin, ymin, xmax, ymax).
- The
img parameter in rasterpic_img() now accepts image URLs.
- Added an article
to the pkgdown site.
- Fixed CRAN errors.
rasterpic 0.1.0 (2022-01-27)