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 #20

Merged
merged 1 commit into from Feb 9, 2024

Conversation

nealrichardson
Copy link
Contributor

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,
flexmix,
car,
viridis,
ggrepel,
mclust
Additional_repositories: https://p3m.dev/cran/2024-02-02
Copy link
Contributor 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.

@@ -291,16 +291,12 @@ your R session:

#+begin_src R :results output :session :exports both
library(arrow)
arrow_available()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unrelated, but this isn't needed anymore: https://github.com/apache/arrow/blob/main/r/R/arrow-info.R#L78-L81

@llnns llnns merged commit 9a82c7f into schnorr:master Feb 9, 2024
3 of 4 checks passed
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.

None yet

2 participants