Check whether a package has a recursive dependency on the other
pkg_1 %relies% pkg_2
pkg_1 | (string) A package name |
---|---|
pkg_2 | (string) A package name |
(flag) TRUE, if 'pkg_1' `relies` on 'pkg_2'
#>#>#>#>"dplyr" %relies% "tibble"#> Error in relies(pkg_1): Unable to find `packmeta`. Please run `pkggraph::init(local = TRUE)`.