Search notes:

R package: devtools

devtools aims at making package development easier.
All devtools functions take a path as an argument which defaults to the current working dir if not specified.
library(devtools);
install_github("…");

See also

R packages

Index