Sebastian Krantz

Results 113 comments of Sebastian Krantz

Thanks, I'll have a look and keep it open, but until end of the year my focus will be research.

Hi, can you provide an R example of this and indicate why it is useful. Currently all joins but the right join preserve the left tables id columns. Coercions to...

Thanks. I think this would be implemented in a different function then. For the moment this is not a priority, so I can keep it open but don't think an...

Not sure I fully understand it, but you have several options: ```r # Count observation by idcol and target, add to dataset using add = TRUE test |> fcount(idcol, target,...

Thanks, I agree it's a huge bloat to install on a server. I'll look into it as I find time. I like the integration of `testthat` with Rstudio, that's why...

Hello @sahrk. I've run this on a normal M1 chip, after building in debug mode. Here is the output. [output.txt](https://github.com/sahrk/DGGRID/files/12004948/output.txt) I've also run meta.txt again and get the same error...

Thanks. Let me thing about it for a bit. I agree that this is the most parsimonious way of adding this, but fundamentally `rsplit()` is a recursive function and not...

Hi, this means OpenMP, your C/C++ compiler, or both are outdated, see #417. So either update them or install *collapse* without OpenMP.

Ok, so since this issue has occurred multiple times, and updating your compiler may be tedious, I have just created a branch "no_parallel_simd" that should solve your problem: ```r remotes::install_github("SebKrantz/collapse",...

Thanks. I will consider adding this, though through an extra argument as collapse does not support tidyselect expressions.