devtools (version 0.8)

revdep: Reverese dependency tools.

Description

Tools to check and notify maintainers of all all CRAN and bioconductor packages that depend on the specified package.

Usage

revdep(pkg = ".", dependencies = c("Depends", "Imports"),
    recursive = FALSE)

revdep_maintainers(pkg = ".")

revdep_check(pkg = ".", ...)

Arguments

pkg
package name
...
Other parameters passed on to check_cran
dependencies
a character vector listing the types of dependencies, a subset of c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances"). Character string "all" is shorthand for that vector.
recursive
logical: should reverse dependencies of reverse dependencies (and so on) be included?

Examples

Run this code
revdep("ggplot2")

Run the code above in your browser using DataCamp Workspace