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] Tests failing for R versions < 4.0 because of use of base pipe (|>) in tests #37431

Closed
thisisnic opened this issue Aug 29, 2023 · 0 comments · Fixed by #37432
Closed

[R] Tests failing for R versions < 4.0 because of use of base pipe (|>) in tests #37431

thisisnic opened this issue Aug 29, 2023 · 0 comments · Fixed by #37432
Assignees
Milestone

Comments

@thisisnic
Copy link
Member

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

The tests added in #36436 should be updated to use the magrittr pipe (%>%) instead of the base pipe (|>) as the latter was only introduced in R 4.0

Component(s)

R

@thisisnic thisisnic self-assigned this Aug 29, 2023
@thisisnic thisisnic changed the title [R] Tests failing for R versions <= 4.0 because of use of base pipe (|>) in tests [R] Tests failing for R versions < 4.0 because of use of base pipe (|>) in tests Aug 29, 2023
thisisnic added a commit that referenced this issue Aug 31, 2023
…se pipe (|>) in tests (#37432)

### Rationale for this change

Nightly builds using R versions < 4.0 fail due usage of newer syntax 

### What changes are included in this PR?

Use older syntax

### Are these changes tested?

No

### Are there any user-facing changes?

No
* Closes: #37431

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
@thisisnic thisisnic added this to the 14.0.0 milestone Aug 31, 2023
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
… of base pipe (|>) in tests (apache#37432)

### Rationale for this change

Nightly builds using R versions < 4.0 fail due usage of newer syntax 

### What changes are included in this PR?

Use older syntax

### Are these changes tested?

No

### Are there any user-facing changes?

No
* Closes: apache#37431

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
… of base pipe (|>) in tests (apache#37432)

### Rationale for this change

Nightly builds using R versions < 4.0 fail due usage of newer syntax 

### What changes are included in this PR?

Use older syntax

### Are these changes tested?

No

### Are there any user-facing changes?

No
* Closes: apache#37431

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant