assignUser commented on issue #14826:
URL: https://github.com/apache/arrow/issues/14826#issuecomment-1337439927
This is an issue that sometimes pops up in CI but we have had a hard time to
reproduce so far.
Could you install R 4.2 and try to run the example there?
If that also errors could you try installing from source (this will also
build arrow C++) :
```r
Sys.setenv(ARROW_R_DEV = TRUE, LIBARROW_BINARY= FALSE, FORCE_BUNDLED_BUILD =
TRUE)
# install deps as binary
install.packages("arrow")
remove.packages("arrow")
# install from source
install.packages("arrow", type = "source")
```
--
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]