Skip to content

Releases: koenderks/aRtsy

CRAN-v0.1.4

25 Oct 09:39
Compare
Choose a tag to compare

aRtsy 0.1.4

New features

  • Added canvas_maze().

Minor changes

  • The function colorPalette() now randomizes the hsl scale in the random color palette instead of the rgb scale.
  • The function colorPalette() can now create a complement color palette consisting of complementing color (e.g., on the other side of the hsl color wheel).
  • Removed the resolution parameter in canvas_flow() in favor of a stepmax parameter that determines the maximum proportion of the canvas covered by each iteration.

CRAN-v0.1.3

26 Sep 22:47
Compare
Choose a tag to compare

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

25 Sep 22:05
Compare
Choose a tag to compare

aRtsy 0.1.2

New features

  • Added new artwork canvas_flow().
  • Added new artwork canvas_watercolors().

Major changes

  • Changed the width and height arguments in all functions to resolution. If you want to save a non-square artwork, it is best to set a custom height and width the the preferred export / save function.

Minor changes

  • Added Rcpp::checkUserInterrupt() to all C++ functions.

CRAN-v0.1.1

05 Sep 07:59
Compare
Choose a tag to compare

aRtsy 0.1.1

New features

  • Added six new artworks to the package: canvas_stripes(), canvas_gemstone(), canvas_blacklight(), canvas_mosaic(), canvas_forest(), and canvas_nebula().

Minor changes

  • Artwork of the day is now created with set.seed(Sys.Date()) instead of set.seed(Sys.time()).
  • Removed unnecessary ggpubr from the Imports field in DESCRIPTION for CRAN submission.
  • Fixed a memory leak in canvas_ant().

CRAN-v0.1.0

17 Aug 07:01
Compare
Choose a tag to compare

aRtsy 0.1.0

  • First implementation of the aRtsy package.