You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/13 21:01:39 UTC

[GitHub] [arrow] alistaire47 commented on pull request #12867: ARROW-14168: [R] Warn only once about arrow function differences

alistaire47 commented on PR #12867:
URL: https://github.com/apache/arrow/pull/12867#issuecomment-1098483838

   > Hmm, it looks like `tryInvokeRestart` isn't available prior to 3.6
   
   Oops, we can just use `invokeRestart()`, which did exist, or backport `tryInvokeRestart()` too, or add [the backports package](https://github.com/r-lib/backports) to `Suggests` and use that (it's probably a recursive dependency already? but not sure). For now I went with the first option since it's the simplest.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org