Description Usage Arguments Value See Also Examples
Get the dependencies of a package.
1 | get_dependencies(package, suggest = FALSE, base_packages = FALSE)
|
package |
A string. The package for which you want to retrieve the dependencies. |
suggest |
A boolean (default = FALSE). If TRUE, retrieves 'Suggests' dependencies (non-recursively). |
base_packages |
A boolean (default = FALSE). If TRUE, includes base R packages in the dependencies. |
A dataframe with each dependency and the type for each one of them.
plot_dependencies
,
download_dependencies
, install_dependencies
1 2 3 4 | ## Not run:
get_dependencies(package = "shiny")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.