[
https://issues.apache.org/jira/browse/ARROW-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314081#comment-17314081
]
Jonathan Keane commented on ARROW-11752:
----------------------------------------
One of the quickest ways to get the R package tests working is to use {{make
test}} from the {{arrow/r}} directory. That will run install the current
version of the arrow r package, set up some environment variables for the run
and run the tests for you.
https://github.com/apache/arrow/blob/master/r/Makefile#L26-L28 for more details
on what that's doing.
> [R] Replace usage of testthat::expect_is()
> ------------------------------------------
>
> Key: ARROW-11752
> URL: https://issues.apache.org/jira/browse/ARROW-11752
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Neal Richardson
> Priority: Minor
> Fix For: 5.0.0
>
>
> Per https://testthat.r-lib.org/reference/expect_is.html it has been
> superceded. We have ~180 instances of it in our tests that should be upgraded.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)