This drat package repository provides splverse packages.
# first add the repo
drat::addRepo("sykdomspulsen-org")
# either install just one or more given packages
install.packages("spldata")
# or update already installed packages
update.packages()
# pass the repo info directly to install.packages()
install.packages("spldata", repos = c("https://docs.sykdomspulsen.no/drat", "https://cran.rstudio.com"))
Rscript -e 'install.packages("spldata", repos = c("https://docs.sykdomspulsen.no/drat", "https://cran.rstudio.com"))'
Packages in this repository are available under their respective licenses (generally MIT).