thisisnic commented on code in PR #44971: URL: https://github.com/apache/arrow/pull/44971#discussion_r2071558467
########## r/tests/testthat/test-dplyr-funcs-math.R: ########## @@ -399,3 +493,19 @@ test_that("sqrt()", { df ) }) + +test_that("expm1()", { + skip_if_arrow_version_less_than("18.1.0.9000", "`expm1()` not available until version 19.") Review Comment: I'm a bit unsure what we have running on our extensive CI these days, but if we don't have anywhere where we run current R arrow combined with older C++ arrow, then yep, we shouldn't need this. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org