nealrichardson commented on a change in pull request #9664:
URL: https://github.com/apache/arrow/pull/9664#discussion_r591698868



##########
File path: r/tests/testthat/test-dplyr-filter.R
##########
@@ -164,6 +164,9 @@ test_that("filter() with string ops", {
   #    (presumably legitimate) places
   # 2) Wrap the test in expect_warning(expr, NA) to catch the warning
 
+  skip_if(as.numeric(sessionInfo()$R.version$minor) < 3.4,

Review comment:
       This is wrong. I'm on R 4.0.4, and:
   
   ```
   > sessionInfo()$R.version$minor
   [1] "0.4"
   ```
   
   You want `getRversion()`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to