[R] Packages Depending on my package

Hadley Wickham h.wickham at gmail.com
Thu Feb 6 16:03:16 CET 2014


> Is there a way to determine which, if any, CRAN packages depend on my CRAN
> package, mondate?

> devtools::revdep("mondate")
[1] "zoo"

If you want to contact the maintainers:

> devtools::revdep_maintainers("mondate")

[1] "Achim Zeileis <Achim.Zeileis at R-project.org>"

If you want all recursive dependencies:

> length(devtools::revdep("mondate", recursive = T))
[1] 3711

Hadley

-- 
http://had.co.nz/




More information about the R-help mailing list