Description Usage Arguments Details Value See Also Examples
Get a tibble of packages that the given packages depend on or import.
It makes use of utils::available.packages
to get the full
package meta info list.
1 2 3 4 5 |
... |
package names for process. Can be in the following forms:
|
dep_type |
character, type of dependency, accecpts c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances"). Default c('Depends', 'Imports', 'LinkingTo'). Character string "all" is shorthand for that vector, character string "most" for the same vector without "Enhances". |
repos |
repos address, default |
recursive |
logical, whether recursive when fetching package dependencies. Default FALSE. |
This function requires internet connection.
a tibble of dependent/import packages of the given packages
. It has
4 columns:
dependent package names
package version on CRAN
package version locally
whether local version is behind CRAN
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.