Learn R Programming

aroma.core (version 1.1.2)

patchPackage: Applies patches for a specific package

Description

Applies patches for a specific package from the package online reprocitory.

Usage

## S3 method for class 'default':
patchPackage(pkgName, paths=c("~/.Rpatches/", "patches/"), deleteOld=TRUE, verbose=FALSE, ...)

Arguments

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.

Value

  • Returns the number of files sourced.

See Also

downloadPackagePatch()