courtiol / drat

This is the drat repository for my R packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install my R packages using drat

I am using this repository for users to be able to install my R package using the system drat http://eddelbuettel.github.io/drat/.

This is work in progress but the packages will be added there progressively!

For users:

Installing the R package {drat} on your system by running the following in your R console:

install.packages("drat")

Then, simply install one of my package by running:

drat::addRepo("courtiol")
install.packages("XXX") ## replace XXX by the name of the package!

Tips for developers:

To include a package, do:

drat::insertPackage(<path_tar_gz>, repodir = <path_drat_folder>)

To remove all packages from the drat folder, just do:

drat::pruneRepo(repopath = ".", remove = TRUE)

About

This is the drat repository for my R packages


Languages

Language:HTML 100.0%