You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/03/30 00:43:41 UTC

[GitHub] [arrow] assignUser commented on issue #34783: Trouble installing arrow in R

assignUser commented on issue #34783:
URL: https://github.com/apache/arrow/issues/34783#issuecomment-1489526244

   Building from source fails because you explicitly forbid it: `Sys.setenv("NOT_CRAN" = "true", "LIBARROW_BUILD" = FALSE, "ARROW_R_DEV" = TRUE)`. Removing `"LIBARROW_BUILD" = FALSE` should get you further!
   
   For the second issue it looks like `system` is not picking up the alias, you could try creating a conda symlink? (or manually run `conda install -y -c arrow-nightlies -c conda-forge --strict-channel-priority r-arrow`).
   


-- 
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