You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that in the dev version here on GitHub you've already done the sensible thing and just wrapped arrow.
I think this should be released to CRAN. Happy to do this for you with your permission. Have submitted to CRAN plenty of times.
The text was updated successfully, but these errors were encountered:
Leaving aside the question of whether there should be a feather release to CRAN, the problem in your code is that arrow writes Feather V2 by default, and the current feather package is V1 only. arrow::write_feather(iris, tmp_feather, version = 1) would be readable by the feather package as it stands on CRAN (and both would be readable with the dev version of feather since it is just a wrapper around arrow).
flor14
added a commit
to flor14/breast_cancer_predictor
that referenced
this issue
Oct 29, 2021
The current CRAN
feather
package is saying valid feather files are not valid because the current CRANarrow
package is ahead of it.Created on 2021-01-27 by the reprex package (v1.0.0)
I can see that in the dev version here on GitHub you've already done the sensible thing and just wrapped
arrow
.I think this should be released to CRAN. Happy to do this for you with your permission. Have submitted to CRAN plenty of times.
The text was updated successfully, but these errors were encountered: