CRAN-v0.1.1
aRtsy 0.1.1
New features
- Added six new artworks to the package:
canvas_stripes()
,canvas_gemstone()
,canvas_blacklight()
,canvas_mosaic()
,canvas_forest()
, andcanvas_nebula()
.
Minor changes
- Artwork of the day is now created with
set.seed(Sys.Date())
instead ofset.seed(Sys.time())
. - Removed unnecessary
ggpubr
from the Imports field inDESCRIPTION
for CRAN submission. - Fixed a memory leak in
canvas_ant()
.