Is there any way to search for installed packages that depend on a particular version of another package? The dependsOnPkgs
function from tools
does not seem to support this.
I would like to find all packages on CRAN that depend/import/link Rcpp >= 0.11
, such as currently plyr and httpuv. I need this information to "pin" these packages to an older version that worked with Rcpp 0.10.6
, until I can upgrade Rcpp
on my servers.