Hadley Wickham

Results 1530 comments of Hadley Wickham

Looks like we still need `error_call`/`call` arguments for `vec_rbind()`, and `vec_cbind()`.

Sorry, must’ve pasted the wrong link. Should work now

I think the concern with using `get_breaks()` is that the default break computation used by sf might be much better. I don't have any evidence for this, so it might...

This is now in https://r4ds.hadley.nz/workflow-scripts.html. Probably worth a note box

Reprex: ``` r library(ggplot2) ggplot(iris, aes(Petal.Length,Petal.Width)) + geom_point() + coord_cartesian(xlim(2,6)) #> Warning in is.na(coord_limits): is.na() applied to non-(list or vector) of type #> 'environment' #> Error in rep(no, length.out =...

@thomasp85 do you think we could get this in the next minor release?

Alternatively, if no scale was found in an attached package we could look through `loadedNamespaces()`? In either case, I thinking seeing a concrete implementation in a PR would be useful.

If we implement this, we'll need to be crystal clear about the scope; it's not a competitor to pointblank or similar, and it's unlikely to gain any more features. It's...

For a first pass I think it's fine to not worry about the scalar problem and to just use `add_column()`