Ryan J. Price

Results 11 comments of Ryan J. Price

@leeper can check me here, but: That should be handled under the hood by `data.table::fread()`, which `rio::import()` wraps as its call to delimited files. The flat-file methods in this package...

Thank you, looks pretty good! Could you also add some tests to confirm functionality?

The challenge with this, is that many functions currently depend on those field names being the defaults, as well as those function's arguments. Depending on your deployment scenario, though, you...

Update that I'm still not super sure about this one, but will explore as I work on v2.0.0. Maybe just add a function arg to rename before output. It would...

Removing from v.2.0.0 milestone (but keeping open for others) due to complexity, and use-case dependence. The solution provided earlier is the best bet for now, despite it creating extra redundant...

Thanks! Can you please post your `sessionInfo()` output, including the version of `loggit` being used? If this is reproducible, I'll get to work on a fix -- but that fix...

Oh, it's not the multiline, it's your colon after `Package`: msg

Thanks! Interesting use case I'd not heard of, but it makes sense. Have you reviewed [the release notes for v2.0.0](https://github.com/ryapric/loggit/blob/main/NEWS.md#loggit-200), that changed how `loggit` handles log formats? Using `cat()` vs....

@hlau-mdsol please try version 2.1.2 (which is up on the [`develop` branch](https://github.com/ryapric/loggit/tree/develop)), and let me know if that now works as expected.