randomcoloR icon indicating copy to clipboard operation
randomcoloR copied to clipboard

An R package for generating attractive and distinctive colors.

Results 7 randomcoloR issues
Sort by recently updated
recently updated
newest added

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.

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

enhancement