thisisnic commented on code in PR #44971: URL: https://github.com/apache/arrow/pull/44971#discussion_r2070169641
########## 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: ```suggestion skip_if_arrow_version_less_than("18.1.0.9000", "`expm1()` not available until version 19.") ``` -- 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