clauswilke / colorblindr

An R package to simulate colorblindness on R figures.
MIT License
306 stars 29 forks source link

Release colorblindr on CRAN #14

Closed clauswilke closed 1 year ago

clauswilke commented 5 years ago

We should prepare a proper release. What is still needed? Here are some things I can think about:

Something else?

mine-cetinkaya-rundel commented 1 year ago

Is this still in the plans? I use this package in my work pretty regularly and I'd like to teach it as well in my intro data science course, but for that course, I've mostly been sticking to packages on CRAN. If there is no plan to release it in the near future, is there another package you recommend for accessible color scales? scico is a great alternative but doesn't work for discrete scales.

clauswilke commented 1 year ago

No, I should close the issue. Most of the main features have been integrated into places where they fit better, in particular the colorvision deficiency simulations into the colorspace package: https://colorspace.r-forge.r-project.org/articles/color_vision_deficiency.html

For discrete palettes, I no longer believe that a built-in scale function is the right approach. It's better to set colors manually. However, if you want a simple scale function, use scale_color_colorblind() from the ggthemes package.

You can see my slides on this topic here: https://wilkelab.org/DSC385/slides/color-scales.html#43