Skip to content

[R] S3 support not enabled for r-universe builds on MacOS #43030

@grantmcdermott

Description

@grantmcdermott

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’
(aslibis 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] FALSE

Possibly 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions