-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Describe the bug, including details regarding any error messages, version, and platform.
Got surprised by this today, especially since the r-universe installation has typically been the recommended approach for fixing missing feature support on MacOS in the past (c.f. #40667 (comment)).
> install.packages("arrow", repos = c("https://apache.r-universe.dev"))
Installing package into ‘/Users/gmcd/Library/R/x86_64/4.4/library’
(as ‘lib’ is unspecified)
trying URL 'https://apache.r-universe.dev/bin/macosx/big-sur-x86_64/contrib/4.4/arrow_16.1.0.tgz'
Content type 'application/x-gzip' length 13275496 bytes (12.7 MB)
==================================================
downloaded 12.7 MB
The downloaded binary packages are in
/var/folders/30/w8mpd9p96gs0s0f4y0bhts880000gr/T//RtmpC5faej/downloaded_packages
> arrow::arrow_with_s3()
[1] FALSEPossibly related to #41952 and #42210
P.S. There's no mention of r-universe anywhere on the r-arrow website. Should it be added to the README as an alternative installation option?
Component(s)
R
llrs