Luis O'Shea

Results 5 issues of Luis O'Shea

For certain input data types (but not all) if `vec_rbind` is called with a value for the `.id` parameter, then the last column is assigned the class `vctrs:::common_class_fallback` instead of...

bug
op:bind-combine
type:fallback

If one of the measures consists of lists then converting the cube to a tibble causes problem. For example: ``` X

It appears that after an application of `rowwise` the behavior of `group_modify` differs from that of `group_walk` and `group_map`; the latter two behave as expected. For example, I expected all...

bug
grouping :family_man_woman_girl_boy:

Thank you @martinescardo for creating these notes and making them available. One aspect of these notes that I found attractive was being able to follow along in Agda. This is...

When running on `4.3.0 (2023-04-21 ucrt)` on `x86_64-w64-mingw32/x64 (64-bit)` opening the device and closing it will cause R to crash. For example: ``` rdevice(\(...) {}) dev.off() # seems to crash...