Kirill Müller

Results 2418 comments of Kirill Müller

Let's leave it "as is", because name repair can e.g. also be a function that returns a value independent of its input, as seen in the inspectdf package. It's easy...

My approaches to these problems, for discussion: `is_foofy()` seems redundant if we have `is_foofy_a()` etc.? ```r clauses

The `else` or the shortcut via `stop()` or `return()` makes them mutually exclusive by definition. Do we need an `else` if there is also a shortcut? I'm always taking a...

Is this related with the notion that "surprises" should be in branches, and the default control flow should describe the "regular" path? ```r # Good if (surprise()) { abort("oops") }...

What's a good playground to test classed messages that can be muffled safely?

Ideally `vec_as_location()` offered a way to distinguish between explicit and implicit missings.

Blocked by https://github.com/r-lib/vctrs/issues/1420.

Thanks for the suggestion. I'd rather avoid that -- what if vctrs decides to support R 3.2.0 after all? It's not likely, but then it's also not a restriction imposed...

- `dplyr::select()` - `dplyr::rename()` - `dplyr::transmute()` - `tibble::rownames_to_column()` - `tibble::rowid_to_column()` - `dplyr::*_join()`