Skip to content
/ drat Public

This is the drat repository for my R packages

Notifications You must be signed in to change notification settings

courtiol/drat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages