Christoph Hösler

Results 15 comments of Christoph Hösler

I agree > Am 08.04.2021 um 22:39 schrieb Hadley Wickham ***@***.***>: >  > We are systematically re-licensing tidyverse and r-lib packages to use the MIT license, to make our...

> @hoesler Whoops sorry, I never saw this. Could you rebase this on top of latest master, if it's still applicable? I think it is. It took me some time,...

> I don't know much about collectd So, that makes two of us ;) I think you're probably right that we might loose information, and by looking at my changes...

I created a simple package to generate an Iwanthue palette in R: https://github.com/hoesler/rwantshue

``` R library(rwantshue) color_scheme [1] "#92C3AE" "#B15BCA" "#C0513A" "#84CA54" "#4C4538" "#7E82B6" "#BDA04D" "#B0517A" I use it to scale color in ggplot like this: ``` R gg

I created a simple package to generate an Iwanthue palette in R: https://github.com/hoesler/rwantshue Maybe someone wants to try it out. Cheers

Indeed, the feature was missing. I added a color_space argument and the list of presets as defined on the iwanthue webpage. Am 22.01.2015 um 13:01 schrieb Robin Edwards [email protected]: >...

Hit the same issue. For me, the solution was to tell the layout to use the python3 command instead of python: `layout python python3`.

Nice to see it's still being used :) I wouldn't say, however, that the the code is actively maintained. Nevertheless, I'm happy to help out with bugs and feature requests...

Hi @tonytonov. I had this plan once, but currently I don't have much ambition to do so as the [release process](gs.had.co.nz/release.html#release-check) seems a bit challenging. Is this a showstopper for...