artpack 0.2.0
CRAN release: 2025-09-13
New Functions and Updates
- Added
point_in_polygon()
. Performs geometric spatial analyses using {sf} package functionality. Useful for detecting if coordinate points lay inside, on the boundary, or outside of a supplied polygon. - Improved select back-end test suites for performance
- Corrections and alt-text added to code/images in artpack’s vignettes
- The {sf} package is now imported with the installation of artpack
- Other back-end quality of life additions
artpack 0.1.9
New Functions and Updates
- Added
set_brightness()
- Added
set_saturation()
- Updated input checks for various functions
- Updated back end operations for
grid_maker()
- Added vignette “Connecting artpack Assets to ggplot2 Geoms”
artpack 0.1.8
New Functions and Updates
- Updated
art_pals()
’s “ocean” palette. - Added ‘Experimental’ lifecycle badges to
packer()
andwave_data()
. - Added the “See aRtpack in Action” vignette.
- Added alt-text to site image and alt text in code chunks where applicable.
artpack 0.1.7
New Functions and Updates
- Added
resizer()
. - Added more internal utility helper functions.
- Improved test suite for internal utility helper functions.
artpack 0.1.6
New Functions and Updates
- Added
randomize
argument toart_pals()
which allows for the palette order to be sampled. - Streamlined test suites for
art_pals()
. - Small copy-paste corrections.
artpack 0.1.5
New Functions and Updates
- Added
seq_bounce()
. - Added more internal utility helper functions.
- Improved test suite for internal utility helper functions.
- Regenerated pkgdown favicons.
- Rectified unknown global variables.
- Added subtitles to the package index (reference) page.
artpack 0.1.3
New Functions and Updates
- Added the
prefix
,suffix
, andsep
arguments togroup_numbers()
.
artpack 0.1.2.9000
New Functions and Updates
- Added
group_slice()
which allows slicing of data frames and tibbles by a group variable.
artpack 0.1.2
New Functions and Updates
- Added
group_sample()
which allows sampling of data frames and tibbles by a group variable. - Increased minimum required version of R in
DESCRIPTION
toR (>= 4.1.0)
. - Corrected
circle_data()
help documentation.