Sebastian Krantz
Sebastian Krantz
Thanks. This is a bit difficult to fix the way `fmutate()` is currently constructed, basically the `.keep` argument calls a function which also removes empty/NULL columns. However, you can use...
Hi, so in general, this package is UTF8 only. I think supporting other character encoding would require checking the encoding of every string (since character vectors can be heterogeneous), which...
Thanks, dplyr is written in R so won’t be of much help. I will need to look at C-based packages such as data.table. How does it do? In general, I’m...
Thanks. Python packages are not that useful since R has its own C API. Going forward it would be helpfule if you could indeed provide some reprex using simply your...
There should be some progress on this in *collapse* 2.0.16 now on GitHub/ R-universe. Perhaps you can update me.
Thanks! So actually all more involved numerical statistics (`fmean`, `fmedian`, `fvar`, `fsd`, `fquantile`) give NA when passed `integer()`, which is consistent with base R. What is inconsistent is that `fsum()`,`fmin`,...
Thanks for the reminder. I plan an update on the weekend and will look further into it then.
Thanks, but this is [by design](https://sebkrantz.github.io/collapse/articles/collapse_object_handling.html#class-agnostic-grouped-and-indexed-data-frames), allowing *collapse* to also handle grouped data frames created with *dplyr*. I wasn't aware of the names issue and have never encountered it myself....
Hi, so I'm planning to fix this. The solution is simply to define `names
@am2222 the API aside, are there particular features/bug fixes in 8.1b that you are anticipating?