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

[R] Bug: when installing R arrow package with and existing old installation of {rlang}, the installation fails #14745

Closed
daattali opened this issue Nov 27, 2022 · 1 comment
Assignees
Milestone

Comments

@daattali
Copy link
Contributor

Describe the bug, including details regarding any error messages, version, and platform.

The R arrow package makes use of the check_dots_empty() function from {rlang}. That function only became available in version 1.0.0. There is currently no minimum version specified for {rlang}. I've fixed this in #14744

Component(s)

R

@assignUser assignUser added this to the 11.0.0 milestone Nov 27, 2022
@jorisvandenbossche jorisvandenbossche changed the title Bug: when installing R arrow package with and existing old installation of {rlang}, the installation fails [R] Bug: when installing R arrow package with and existing old installation of {rlang}, the installation fails Nov 28, 2022
jorisvandenbossche pushed a commit that referenced this issue Nov 29, 2022
…se of check_dots_empty (#14744)

The function rlang::check_dots_empty() is used in this package. That function only became available in rlang version 1.0.0, so that version should be specified as the minimum

Lead-authored-by: Dean Attali <dean@attalitech.com>
Co-authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche
Copy link
Member

Issue resolved by pull request 14744
[https://github.com//pull/14744]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants