andrie/miniCRAN

Imports in `pkgDep()`?

Closed this issue · 3 comments

rkrug commented

Hi

Is there a reason why I can't see the dependencies of imports? It is recommended to use Imports instead of Depends so it would make sense to scan the Imports as well?

You will always get the dependencies for Imports. You can selectively disable other dependencies, but not Imports.

rkrug commented

OK - thanks. Am I right, that only packages on CRAN can be visualised?