mark padgham

Results 619 comments of mark padgham

Concur here too: cool idea! It would also be pretty straightforward to integrate that within [`flipper`](https://github.com/ropenscilabs/flipper). The [mooted extension](https://github.com/ropensci/unconf18/issues/25) to [trawling all `/man` directories](https://github.com/ropensci/unconf17/issues/78) is technically straightforward, and could very...

Cross link to #25, which is a call for effectively the same thing. The [`flipper` package](https://github.com/ropenscilabs/flipper) has a lot of the necessary infrastructure for this.

Great idea! My go-to comprehensive list is [`r-color-palettes`](https://github.com/EmilHvitfeldt/r-color-palettes), but it's neither interactive, nor does it quantify how many colours are available. A more interactive tool would be fantastic.

I concur with @jzelner on the broadness of the issue. It confronts me constantly via the [`bikedata` package](https://github.com/ropensci/bikedata), where different cities generally use their own data formats, and often inconsistently....

Not related to feedback, but certainly to the broader "usage in the wild" issue is the option of trawling `.Rhistory` files for those who have/use them. This is an option...

I was waiting fur that reincarnation - thanks @seankross

Great news - just ping over in the review thread when that's done, and it'll hopefully get moving again. Thanks!

@pachadotdev Checks failed because of the missing comma in your DESCRIPTION file which I see you've fixed in your latest commit. Ask the bot to `check package` again and it...

Sorry that the checks haven't appeared @brunomioto. GitHub has recently been responding to some of the necessary steps with "Unexpected error" messages. Your glitch has provided enough information for us...

I have no idea. `cmath` should be part of `std` in any installation. It's pulled in whenever any routine anywhere in the compilation chain requires any function defined there, so...