patchPackage {aroma.core}R Documentation

Applies patches for a specific package

Description

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

Usage

## Default S3 method:
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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

downloadPackagePatch()


[Package aroma.core version 1.4.0 Index]