reverse_dependencies_with_maintainers: Originally downloaded from...

Description Usage Arguments Value

Description

Originally downloaded from http://developer.r-project.org/CRAN/Scripts/depends.R. Modified to include package dependency type, return results as data frame with package rownames

Usage

1
2
3
reverse_dependencies_with_maintainers(packages, which = c("Depends",
  "Imports", "LinkingTo"), cols = c("Package", "Version", "Maintainer"),
  recursive = FALSE, getDepType = TRUE)

Arguments

packages

names of packages to check

which

dependency types to check

cols

which information to store

recursive

check packages recursively?

getDepType

store information about dependency type?

Value

blah


bbolker/revdepcheck documentation built on May 11, 2019, 9:30 p.m.