https://nmfs-opensci.r-universe.dev/packages: CRAN-like repository for NOAA Fisheries R packages. Binaries are available for Linux, Windows and MacOS.
To install packages from the NMFS-OpenSci R Package Repository:
install.packages('pkgname', repos = 'https://nmfs-opensci.r-universe.dev')
Edit packages.json
in this repository and put in a pull request.
Help: https://github.com/r-universe-org/help#does-r-universe-have-linux-binaries
options(repos = c(
linux = 'https://nmfs-opensci.r-universe.dev/bin/linux/jammy/4.3/',
sources = 'https://nmfs-opensci.r-universe.dev',
cran = 'https://packagemanager.rstudio.com/all/__linux__/focal/latest'
))
https://r-universe.dev/welcome/?installation_id=36737048&setup_action=install