Edwin de Jonge

Results 41 comments of Edwin de Jonge

This is surely an improvement! I opt for an extra statement whenever the number of missings is > 0. Something along the lines: > Note: in some cases when rules...

Good one: - we should provide an option that a user provides their own colors. - since R 3.6 there is a set of really good color palletes in `grDevices`:...

(so in base R there is `hcl.colors` and `hcl.pals`

Thanks! The Okabe and Ito palette is also available in `grDevices`: ``` r palette.colors(palette = "Okabe-Ito") ``` ## black orange skyblue bluishgreen yellow ## "#000000" "#E69F00" "#56B4E9" "#009E73" "#F0E442" ##...

Thanks to Sigrid van Hoek for noticing!

@timelyportfolio Just discovered your comment that you are working on links color after making a pull request. Apologies if I'm interrupting your coding flow :-) Best, Edwin

Thx, That would be a nice addition to whisker! I started a different branch playing around with it. For that feature I need to tweak the current code quite a...

Thx for reminding and the offer! I will do a reverse dependency check today and send the authors of packages that depend on it a message that I'm planning to...

Dear Andrew, Responding from a hiking holiday with low internet access: in the latest version on github it is possible to switch from "." to "$" as separation symbol. The...