drat

This drat package repository provides csverse packages.

csverse

Usage

Usage via drat

# 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()

Usage without drat

# pass the repo info directly to install.packages()
install.packages("csdata", repos = c("https://www.csids.no/drat", "https://cran.rstudio.com"))

Usage without drat on the shell

Rscript -e 'install.packages("csdata", repos = c("https://www.csids.no/drat", "https://cran.rstudio.com"))'

License

Packages in this repository are available under their respective licenses (generally MIT).