Releases: koenderks/aRtsy
Releases · koenderks/aRtsy
CRAN-v0.1.4
aRtsy 0.1.4
New features
- Added
canvas_maze()
.
Minor changes
- The function
colorPalette()
now randomizes thehsl
scale in therandom
color palette instead of thergb
scale. - The function
colorPalette()
can now create acomplement
color palette consisting of complementing color (e.g., on the other side of thehsl
color wheel). - Removed the
resolution
parameter incanvas_flow()
in favor of astepmax
parameter that determines the maximum proportion of the canvas covered by each iteration.
CRAN-v0.1.3
aRtsy 0.1.3
Minor changes
- Fixed the
call of overloaded ‘ceil(int)’ is ambiguous
error on Solaris indicated by CRAN.
CRAN-v0.1.2
aRtsy 0.1.2
New features
- Added new artwork
canvas_flow()
. - Added new artwork
canvas_watercolors()
.
Major changes
- Changed the
width
andheight
arguments in all functions toresolution
. If you want to save a non-square artwork, it is best to set a customheight
andwidth
the the preferred export / save function.
Minor changes
- Added
Rcpp::checkUserInterrupt()
to allC++
functions.
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()
.
CRAN-v0.1.0
aRtsy 0.1.0
- First implementation of the aRtsy package.