Will Beasley
Will Beasley
@mllg I think I've written the majority of the required code, but there are still some things with the checkmate layers I haven't figured out. Is the code in a...
>I suspect that type-converted output needs to call other functions I'm not understanding that content --are you saying something needs to be added to [csv.c](https://github.com/r-dbi/RSQLite/blob/main/src/vendor/extensions/csv.c)?? If there's not a reasonable...
I've never encountered this use case, but it sounds helpful for your scenario. 1. Do you think the R package should have any additional validity or safety checks, beyond what...
Wow, that's a big difference. I like how your first two benchmarks isolate downloading vs parsing. If it helps, here are the results from my home desktop; I have fiber...
I'm sorry this isn't working. I'll have time this weekend to look.
Approximate order of functions to write tests for. The later functions tend to depend on the earlier ones. The classification & order will be updated as I learn more. ####...
yeah, @nutterb has done some cool things in [redcapAPI](https://github.com/nutterb/redcapAPI). Here's the code for his function: . I haven't studied it too closely, but it looks like he gets the raw...
Thanks for being so thorough and tracking finding the breaking line/commit. Can you doublecheck that readr 2.0.0 is installed correctly in the container (plus its dependencies)? I added the call...
@nutterb, sorry for not responding to your thoughtful post until now. I've read it several times since September. In short, I like your ideas and think they're all worth discussing....
I've thought about this a few times, and I think it should be a distinct function. I've seen some good arguments why the output structure of a function shouldn't depend...