grapes-linkingto-grapes: Check linkingto

Description Usage Arguments Value Author(s) Examples

Description

Check whether pkg_1 has a dependency on pkg_2

Usage

1
pkg_1 %linkingto% pkg_2

Arguments

pkg_1

a package name

pkg_2

a package name

Value

TRUE or FALSE

Author(s)

Srikanth KS

Examples

1
2
pkggraph::init(local = TRUE)
"dplyr" %linkingto% "tibble"

pkggraph documentation built on May 2, 2019, 2:08 a.m.