Colin Gillespie

Results 33 comments of Colin Gillespie

Hi. Sorry, this hasn't been a priority recently. I'll try and look at it in the next few weeks.

This is going to be tricky. It was originally set up via .travis many, many years ago. Converting to GitHub Actions is going to take a little time.

Not sure what's happening. @sciencecasey Can you install the suggested missing packages and try again?

@sciencecasey In the error messages, it states some missing packages, e.g. benchmarkme, pryr, Would you install them (and any others) first? Your version of R and RStudio should be fine....

Thanks! I'll try and fix it in the near future

@Robinlovelace Nice additional, however, the code doesn't run for me. Also, what do you suggest about timing from vroom and lasy loading?

> The main reason vroom can be faster is because character data is read from the file lazily; you only pay for the data you use. This lazy access is...

@Robinlovelace Switching to __bench__ does involve a fair bit of work, as it's used throughout the book. Also, not entirely convinced that it's "better". Thoughts?

Initial thoughts: * description of tibble may be out of date * check tidy descriptions * Do exercises still make sense * Rerun comparisons * warnings in 6.4.5 * rlang...

Following your [twitter comment](https://twitter.com/henrikbengtsson/status/1093188411375071233), I think this would detect any examples that don't play well partial arguments ``` test_example = function(function_name) { x = try(example(function_name, package = "stats", character.only =...