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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Depends:
Imports:
tibble (>= 1.4.2),
rlang (>= 0.4.10),
arrow (>= 12.0.1),
broom (>= 0.5.2),
car (>= 3.0-0),
knitr (>= 1.20),
Expand Down Expand Up @@ -53,9 +52,12 @@ Suggests:
DBI (>= 0.7),
RSQLite (>= 2.0),
RPostgres (>= 1.4.4),
arrow (>= 12.0.1),
webshot (>= 0.5.0),
testthat (>= 2.0.0),
pkgdown (>= 1.1.0)
Additional_repositories:
https://p3m.dev/cran/2024-02-02
Comment on lines +59 to +60
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).

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.

URL:
https://github.com/radiant-rstats/radiant.data/,
https://radiant-rstats.github.io/radiant.data/,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# radiant.data 1.6.4

* Move arrow from "Imports" to "Suggests" due to arrow archival on CRAN

# radiant.data 1.6.3

* Require shiny 1.8.0. This fixes a bug in the shiny 1.7 versions that caused issues with all radiant packages.
Expand Down