Jim Hester

Results 413 comments of Jim Hester

Can confirm this is still an issue, `arcLwd` seems to be ignored on Chrome on macOS, with both the current CRAN release and the current master. However if you use...

@janschulz Winston's [vtest](https://github.com/wch/vtest) uses [ImageMagik compare](http://www.imagemagick.org/script/compare.php) of raster images with a tolerence threshold, seems to be more what you had in mind. See https://github.com/hadley/ggplot2/tree/master/visual_test for usage in ggplot2.

This seems too arbitrary to be a general rule, sure it works in that particular example, but in many others I don't think it makes sense. e.g. `devtools::install()` has a...

I like use the plural, it also aids discoverability and you can document them together. I will do that in vroom.

Make sense to me

I wonder if we should only print the column specifications if there are problems when parsing to try and combat this effect? Adding the colors was one attempt already at...

Conclusions from discussion on 2020-07-12 - Use classed messages rather than function arguments. - Message should have some sort of package tag on them, or a way to turn off...

There is some question on if it is better for these settings to be global options or environment variables. If they are global options it is a little more natural...

For this particular example for instance I think it could actually be more convenient for the 'filepath to the file where it caches OAuth tokens' to be an environment variable,...

`try()` being used in examples, but not really being best practice otherwise should maybe be its own case study. Another instance of this is the frequent use of `require()` in...