Description Usage Arguments Value Note Author(s) References Examples
This function recursively query all the dependencies, dependencies of the dependencies, and so on of an R package.
1 | pkg_dep_all(x)
|
x |
A character string of the name of an R package. |
a vector: a unique vector of all the dependencies, dependencies of the dependencies, and so on of
This function queries into all sub-levels of the dependencies, dependencies of the dependencies, and so on of an R package. The accompanying messages shows the progress (the depth of the query) of the query process.
Miao Cai <email: miao.cai@outlook.com>
None.
1 2 3 4 5 | # query the dependencies, and all the dependencies of the dependencies, and so on of the package "cli".
pkg_dep_all('cli')
# Depth: 1
# Depth: 2
# [1] "cli" "glue" "utils" "methods"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.