Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move arrow to Suggests to appease CRAN #6

Closed
wants to merge 1 commit into from

Conversation

nealrichardson
Copy link

Related to apache/arrow#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. 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.

testthat (>= 3.0.0),
spelling
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
Language: en-US
Additional_repositories: https://p3m.dev/cran/2024-02-02/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRAN acknowledges this field but doesn't use it. install.packages() does not use it. remotes::install_*() does use it, but pak::pak() does not (yet) 🤷

This PPPM repo is pinned to the current arrow release version. Alternatively, you can instead get the latest pre-release version of arrow by instead using Additional_repositories: https://apache.r-universe.dev/ or Additional_repositories: https://nightlies.apache.org/arrow/r.

@nealrichardson
Copy link
Author

CRAN did not end up removing arrow, so this is not needed.

@nealrichardson nealrichardson deleted the suggest-arrow branch March 4, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant