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