This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 11683e35d4 GH-47812: [R][CI] Fix lint for new version of styler
(#47813)
11683e35d4 is described below
commit 11683e35d406ad72c21631e58703a954a5702701
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Oct 14 12:25:10 2025 +0200
GH-47812: [R][CI] Fix lint for new version of styler (#47813)
### Rationale for this change
Linter job is currently failing on main due to a new version of styler on
CRAN.
### What changes are included in this PR?
Remove empty line to please the linter.
### Are these changes tested?
Yes, CI job is now successful
### Are there any user-facing changes?
No
* GitHub Issue: #47812
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
r/tests/testthat/test-RecordBatch.R | 1 -
1 file changed, 1 deletion(-)
diff --git a/r/tests/testthat/test-RecordBatch.R
b/r/tests/testthat/test-RecordBatch.R
index 933020a2b2..f17e0aa2d0 100644
--- a/r/tests/testthat/test-RecordBatch.R
+++ b/r/tests/testthat/test-RecordBatch.R
@@ -760,7 +760,6 @@ test_that("RecordBatch to C-interface", {
})
-
test_that("RecordBatchReader to C-interface to arrow_dplyr_query", {
skip_if_not_available("dataset")