Davis Vaughan

Results 580 comments of Davis Vaughan

To summarize, in https://github.com/tidyverse/dplyr/pull/6284 I removed the `tbl_sum()` re-export, but `type_sum()` is imported into many other packages through dplyr and will be hard to remove https://github.com/tidyverse/dplyr/pull/6281#issuecomment-1137739984

Also I added the known revdep failures to https://github.com/tidyverse/dplyr/issues/6262

@gergness I appreciate what you are trying to do, but we are a bit uncomfortable committing to supporting this feature: - `tidyr::complete()` and `tidyr::expand()` also don't support factor subclasses -...

A better name for this might be `case_switch()`. i.e. it is a vectorized switch statement. It just has the nice property of being able to collapse cases with the same...

> Do we want to superseded recode() in this PR or a separate one? I'll leave that for another PR, I want to get this one in

Yea as expected in debug mode I see a lot of: ``` [09:34:25.403] Poll #1 (0): usedNodes() = 2, workers = 2 [09:34:26.014] Poll #2 (0.61 secs): usedNodes() = 2,...

It looks like the main cause of this is that `socketSelect()` never returns `TRUE` for these interrupted connections. This happens deep in `resolved.ClusterFuture`

It is in RStudio. I can't seem to reproduce this in the R Console (where I also press Escape to stop the `value()` call). I don't know what RStudio does...

You may or may not find this useful but RStudio has a new Jobs window in its daily builds. I could see bits and pieces of this being useful in...

Are you worried about adding pillar as an explicit dependency because you already have >20 imports and dont want to make CRAN upset? Otherwise you already implicitly require pillar through...