chainsawriot
chainsawriot
TODOs - [x] Move `arrow` to `Imports` - [x] ? add `arrow_table` as a possible class?
- [x] Update Internal data
@wlandau Thank you for the input. Unfortunately, your input came at a very bad time point, where `rio` 1.0.0 (which is supposed to be a stable release) is already on...
@wlandau I just wanted to let you know that `rio` 1.0.1 is on CRAN with no `arrow` dependency. Thank you very much again for your feedback. https://cran.r-project.org/web/packages/rio/ cc @schochastics
@jsonbecker `rio` is in the `Suggests`. Soft dependency, maybe. But we still need to check for it when we run `revdepcheck`. Thank you for the feedback. I agree with you...
Just a slight update: To understanding the packages that use `rio`, we should also look at recursive dependencies. `rio` is indeed a hard dependency of `esquisse`, via `datamods`. ``` r...
Keep an eye on this https://github.com/r-lib/nanoparquet/
According to cransay, `nanoparquet` has been submitted to CRAN.
`nanoparquet` is now on CRAN. https://cran.r-project.org/web//packages/nanoparquet/index.html Min R version is 4.0.0.
@wlandau I am thinking about adding back parquet support. But this time, I would like to try it with `nanoparquet`. I tried and the compilation took around 10s. Also, binary...