pkgDepImports {BiocPkgTools}R Documentation

Report package imported functionality

Description

Function adapted from 'itdepends::dep_usage_pkg' at https://github.com/r-lib/itdepends to obtain the functionality imported and used by a given package.

Usage

pkgDepImports(pkg)

Arguments

pkg

character() name of the package for which we want to obtain the functionality calls imported from its dependencies and used within the package.

Details

Certain imported elements, such as built-in constants, will not be identified as imported functionality by this function.

Value

A tidy data frame with two columns:

Author(s)

Robert Castelo

Examples

pkgDepImports('BiocPkgTools')


[Package BiocPkgTools version 1.12.2 Index]