Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.8 KB

File metadata and controls

69 lines (56 loc) · 2.8 KB

artpack 0.2.0

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

artpack 0.1.9

New Functions and Updates

artpack 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.

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 to art_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.4

New Functions and Updates

  • Added test suite for internal utility helper functions.

artpack 0.1.3

New Functions and Updates

  • Added the prefix, suffix, and sep arguments to group_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 to R (>= 4.1.0).
  • Corrected circle_data() help documentation.

artpack 0.1.0

  • Initial Release on CRAN