Skip to content
Prev 14777 / 15075 Next

contrib.url(type = 'mac.binary')

Jeroen,

yes, you're right, that is incorrect. It should read "binary" as that is the only value that automatically picks the correct binary repository for the current R build regardless of platform. Or it should say "mac.binary.big-sur-x86_64" corresponds to bin/macosx/big-sur-x86_64/contrib and "mac.binary.big-sur-arm64" to bin/macosx/big-sur-arm64/contrib since the rule is "mac.binary[.XXX]" corresponds to bin/macosx[/XXX]/contrib and thus "mac.binary" is bin/macosx/contrib which has been used for the high-sierra build, but is not correct for the (current) big-sur builds. The user shouldn't really be manually specifying the build name, so that's why I'd not mention "mac.binary" and only point to "binary" as that is what users should be using.

Cheers,
Simon