randomcoloR
randomcoloR copied to clipboard
An R package for generating attractive and distinctive colors.
Hello, The `DESCRIPTION` doesn't depend on an R version but installing on `R-4.0.2` seems impossible due to (I suspect) V8.
``` set.seed(1985) randomColor(N, hue='orange') ``` This should produce the same output every time its run.
```R library(scales) set.seed(2020) c
**Problem** 1. Both the random colors and discrete color will not be repeatable in a new R session, as described in issue #13. 2. Setting seed as issue #3 did...
In `.onLoad()` you are calling `scales::hue_pal(l=60:100)(1e3)` but `l` is supposed to be a single number; this is now an error in the dev version of scales. Previously it worked, but...
Installing V8 is hard on some systems, and using it has a performance penalty
Extract k-color palettes from static or animated images. - For a JPEG or PNG or BMP, extract a palette using methods from the distinct palette functionality using the color space...