patchPackage {aroma.core} | R Documentation |
Applies patches for a specific package from the package online reprocitory.
## Default S3 method: patchPackage(pkgName, paths=c("~/.Rpatches/", "patches/"), deleteOld=TRUE, verbose=FALSE, ...)
pkgName |
The name of the package to be patched." |
paths |
A character vector of paths containing package patches. |
deleteOld |
If TRUE , old patch directories are deleted. |
verbose |
See Verbose . |
... |
Not used. |
Returns the number of files sourced.
Henrik Bengtsson (http://www.braju.com/R/)