Changes in version 0.2.0 (2025-09-13) CRAN release: 2025-09-13 πŸŽ‰πŸ€ΈπŸΎβ€β™€οΈ New Functions and Updates - artpack 0.2.0 is now on CRAN! You can find more information about all the changes here. - 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 Changes in version 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" Changes in version 0.1.8 New Functions and Updates - Updated art_pals()'s "ocean" palette. - Added 'Experimental' lifecycle badges to packer() and wave_data(). - Added the "See aRtpack in Action" vignette. - Added alt-text to site image and alt text in code chunks where applicable. Changes in version 0.1.7 New Functions and Updates - Added resizer(). - Added more internal utility helper functions. - Improved test suite for internal utility helper functions. Changes in version 0.1.6 New Functions and Updates - Added randomize argument to art_pals() which allows for the palette order to be sampled. - Streamlined test suites for art_pals(). - Small copy-paste corrections. Changes in version 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. Changes in version 0.1.4 New Functions and Updates - Added test suite for internal utility helper functions. Changes in version 0.1.3 New Functions and Updates - Added the prefix, suffix, and sep arguments to group_numbers(). Changes in version 0.1.2.9000 New Functions and Updates - Added group_slice() which allows slicing of data frames and tibbles by a group variable. Changes in version 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 to R (>= 4.1.0). - Corrected circle_data() help documentation. Changes in version 0.1.0 (2023-08-24) - Initial Release on CRAN