Skip to content

How to install arrow in R with all features enabled? #46707

Answered by rkrug
rkrug asked this question in Q&A
Discussion options

You must be logged in to vote

Solved by using suggestion here: #44859. In a nutshell:

Sys.setenv("NOT_CRAN" = "true")
install.packages("arrow", type = "source")

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@amoeba
Comment options

amoeba Jun 4, 2025
Collaborator

@rkrug
Comment options

@amoeba
Comment options

amoeba Jun 5, 2025
Collaborator

Comment options

You must be logged in to vote
0 replies
Answer selected by rkrug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants