ddotta / parquetize

R package that allows to convert databases of different formats to parquet format
https://ddotta.github.io/parquetize/
68 stars 4 forks source link

Move arrow to Suggests #53

Closed thisisnic closed 9 months ago

thisisnic commented 9 months ago

Related to https://github.com/apache/arrow/issues/39806. Since it's not clear that we'll be able to resolve everything with CRAN before February 9, this PR moves arrow from Imports to Suggests. When submitted to CRAN, this will prevent your checks failing on CRAN due to arrow's potential archival, but if we don’t get removed, or when we do get back on CRAN, you can revert this.

I've tested this locally by uninstalling arrow and running devtools::check(".", env_vars = c(NOT_CRAN="false")), though if I had more time to look at this, I might have gone through the tests and only skipped the ones which definitely require arrow and not all of them.

nbc commented 9 months ago

Thank you very much for the work @thisisnic! I will look at this shortly.

ddotta commented 9 months ago

Wow great work !!! Unfortunately, I'm very booked up this month and I'm afraid I won't have enough time to review the PR properly 😞

ddotta commented 9 months ago

@nbc I think we can close this PR now that arrow is back on CRAN ?

nbc commented 9 months ago

Yes @ddotta we can close !