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
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
The text was updated successfully, but these errors were encountered:
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
…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>
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 #14744Component(s)
R
The text was updated successfully, but these errors were encountered: