Sebastian Krantz

Results 35 comments of Sebastian Krantz

Thanks for the response! What you say could be right, although I wonder if such a bug could have escaped CRAN's valgrind checks. Regarding compiling with CXXFLAGS+=-O0, I unfortunately am...

Yes, but it adds it to the left, i.e. `-O0 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c`, not `-O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c -O0`, so `-O2` takes precedence over `-O0`....

Thanks Jan, in principle I agree with you, I just ran this on the NCY Taxi dataset used a lot by people presenting arrow at various conferences this year and...

Thanks! I'm working on a major release which will be out by the end of this week. I like the idea of feedback and if I do joins (maybe for...

Hello, thank you! I already considered nanotime, but did not include it for now because my thinking was it provides a specialized class that few people require and those that...

Great, thanks! So what do you use for standard Date and POSIXct manipulation? I know clock does it, but is mostly geared towards its own set of classes.

Thanks @nickforr, as I said a category for reading and writing files can be added featuring arrow, vroom etc. just make PR to development branch. Also mention the number of...

Just one note to both of you: you need to fork, implement, and send PR on the development branch. You cannot fork "main" or "CRAN-Version" branch and send an PR...

I've added nanotime qs and arrow for now, but perhaps you can still improve on my descrriptions and add the links - as you find time.

Thanks @eddelbuettel for clarifying this about `lubridate` and `nanotime`. I think it is good then to have all these packages here. I recall from my use that I didn't find...