Skip to content
gh-pages
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

drat repository

This drat package repository provides packages from other RcppCore code repositories.

Usage

Usage via drat

# first add the repo
drat:::add("RcppCore")
# either install just one or more given packages
install.packages("Rcpp")     
# or update already installed packages
update.packages()

Usage without drat

# pass the repo info directly to install.packages()
install.packages("Rcpp", repos="https://RcppCore.github.io/drat")

Usage without drat on the shell

Rscript -e 'install.packages("Rcpp", repos="https://RcppCore.github.io/drat")'

License

Packages in this repository are available under their respective license, which is generally GPL version 2 or newer.

About

Repository for Rcpp packages

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.