R package binaries - rpkgs.com

Full support for R 4.4 & 4.3, partial support for all other versions
(x86-64 can be used interchangeably with amd64)

Persistent Use

options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/noble/latest")
Place in ~/.Rprofile or your project's .Rprofile.

One-Time Use

install.packages("brew", repos = "https://cran.rpkgs.com/amd64/noble/latest")