Kirill Müller

Results 622 issues of Kirill Müller

Requires https://github.com/rubenarslan/codebook/issues/68.

For #890. This PR makes use of new functions `tibble_reconstruct()`, `tibble_row_slice()` and `tibble_col_modify()` that are (almost) identical to the data frame methods of the corresponding `dplyr_*()` generics. I hope I...

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

for R >= 4.0.0. Closes #34.

Variant 3 of https://rpubs.com/krlmlr/607538, with optional variant 2. Reference: https://github.com/tidyverse/dplyr/issues/5161#issuecomment-621879379. Also need to check empty dots in methods, no idea why I added them.

feature
subsetting 🍽

One of tibble's invariants is that column subassignment never touches columns outside `j`. This leads to the following behavior: ``` r library(tibble) # Existing behavior, with test df x x...

The RSDA package uses a private function from tibble, `tbl_subset_col()`, which I was reluctant to remove because this functionality is difficult to achieve. Should we release standardize or integrate that...

now that we have `vctrs::data_frame()` . Also review other functions.