GitHub user rkrug added a comment to the discussion: How to install arrow in R with all features enabled?
Solved by using suggestion here: https://github.com/apache/arrow/issues/44859. In a nutshell: ``` Sys.setenv("NOT_CRAN" = "true") install.packages("arrow", type = "source") ``` GitHub link: https://github.com/apache/arrow/discussions/46707#discussioncomment-13364970 ---- This is an automatically sent email for user@arrow.apache.org. To unsubscribe, please send an email to: user-unsubscr...@arrow.apache.org