Description Usage Arguments Details Value
Collects R dependencies and checks them against OSS Index. Returns a tibble of results.
1 | audit_deps(pkgs = NULL, verbose = TRUE)
|
pkgs |
Default |
verbose |
Default |
This function is deprecated. See
By default, packages listed in installed.packages()
are scanned by sonatype.
However, you can pass your own data frame of packages. This data frame should have two columns,
version
and package
.
A tibble/data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.