Last chance! 50% off unlimited learning
Sale ends in
The APT Package Management system uses a data-rich caching structure. This accessor function returns the Depends for a set of packages matching the given regular expression.
getDepends(regexp = ".")
A data frame with four columns listing (source) package, dependend packages, comparison operator, and, where available, minimal version.
A regular expression for the package name(s) with a default of all (".")
Dirk Eddelbuettel
Note that the package lookup uses regular expressions. If only a
single package is desired, append a single $
to terminate
the expression. Ie r-cran-rcpp$
will not
return results for r-cran-rcpparmadillo
and
r-cran-rcppeigen
.
reverseDepends("r-cran-rcpp$")
Run the code above in your browser using DataLab