Description Usage Arguments Details See Also Examples
Tools to check and notify maintainers of all CRAN and Bioconductor packages that depend on the specified package.
1 2 3 4 5 6 7 8 9 |
pkg |
Package name. This is unlike most devtools packages which take a path because you might want to determine dependencies for a package that you don't have installed. If omitted, defaults to the name of the current package. |
dependencies |
A character vector listing the types of dependencies to follow. |
recursive |
If |
ignore |
A character vector of package names to ignore. These packages will not appear in returned vector. |
bioconductor |
If |
The first run in a session will be time-consuming because it must download all package metadata from CRAN and Bioconductor. Subsequent runs will be faster.
The revdepcheck package can be used to run R CMD check on all reverse dependencies.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.