Hadley Wickham

Results 2587 comments of Hadley Wickham

Just saw this again today.

Yeah, I'm happy to drop it the trailing comma, I'd just forgotten that's what the root cause of this warning was, so I tracked it down from first principles 😬

Hmmmm, is this a vignette specific problem? I re-looked at the scss and discovered that I added this for plots in examples: ```R pre .img, pre .r-plt { img {...

Closing in recognition that while this would be useful, it would be a lot of work and doesn't seem to be much of a problem for folks in practice.

Hmmm, I think I'd be inclined to include these in `dbListTables()`, using our principle that if you can do `SELECT foo` then `dbExistsTable(con, "foo")` should be true, and `"foo"` should...

I think we'd run this from inside `databricks()`

I don't think this is a simple change to `window_frame()` because you can also use numeric values in `RANGE` mode. So this would likely need to either be a separate...

I think this is probably out of scope given that dplyr doesn't support range queries.

IMO it's time to deprecate

Can you show the code you're using for httr?