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")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/jammy/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/amd64/jammy/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/rhel8/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/amd64/rhel8/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/rhel9/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/amd64/rhel9/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/rhel10/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/amd64/rhel10/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/alpine320/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/amd64/alpine320/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/amd64/alpine321/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/amd64/alpine321/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/alpine322/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/alpine322/latest")
(
aarch64
can be used interchangeably with arm64
)Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/noble/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/noble/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/jammy/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/jammy/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/rhel8/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/rhel8/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/rhel9/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/rhel9/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/rhel10/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/rhel10/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/alpine320/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/alpine320/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/alpine321/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/alpine321/latest")
Persistent Use
options(repos = c(CRAN = "https://cran.rpkgs.com/arm64/alpine322/latest")
Place in
~/.Rprofile
or your project's .Rprofile
.One-Time Use
install.packages("brew", repos = "https://cran.rpkgs.com/arm64/alpine322/latest")