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/02/15 02:43:12 UTC

[GitHub] [arrow] assignUser commented on issue #34061: Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...)

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

   Could you try the install from source like this:
   ```
   Sys.setenv("NOT_CRAN" = "true", "LIBARROW_BUILD" = FALSE, "ARROW_R_DEV" = TRUE)
   install.packages("arrow")
   # This will fail if no internet access, but will print the binaries URL
   ```


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