pitrou commented on pull request #12072:
URL: https://github.com/apache/arrow/pull/12072#issuecomment-1004922153


   Shouldn't you update other occurrences?
   ```
   r/DESCRIPTION
   21:Depends: R (>= 3.3)
   
   r/tests/testthat/test-compute-aggregate.R
   286:    "The median generic lacks dots in R 3.3.0 and earlier"
   
   r/tests/testthat/test-dplyr-funcs-conditional.R
   349:    x = c(NA_real_, NaN, 3.3),
   350:    y = c(NA_real_, 2.2, 3.3),
   351:    z = c(1.1, 2.2, 3.3)
   
   r/tests/testthat/test-filesystem.R
   31:  # This fails due to a subsecond difference on Appveyor on Windows with 
R 3.3 only
   
   r/tools/nixlibs.R
   25:  # default method doesn't work on R 3.3, nor does libcurl
   303:    # tools::Rcmd introduced R 3.3
   
   r/tools/winlibs.R
   31:    if (getRversion() < "3.3.0") setInternet2()
   
   r/vignettes/install.Rmd
   95:* `gcc` >= 4.9 or `clang` >= 3.3; note that the default compiler on 
CentOS 7 is gcc 4.8.5, which is not sufficient
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to