Learn R Programming

pkgndep (version 1.2.0)

is_parent: Test the parent-child relationship

Description

Test the parent-child relationship

Usage

is_parent(parent, child, ...)

Value

A logical vector.

Arguments

parent

A vector of package names.

child

A single package name.

...

Pass to parent_dependency.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab