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!
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!
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)