[R] reverse dep of a package
Duncan Murdoch
murdoch.duncan at gmail.com
Tue Apr 28 17:02:33 CEST 2015
On 28/04/2015 8:54 AM, carol white via R-help wrote:
> Hi,How to cite reverse dependancies in the NAMESPACE file in building a package?
That doesn't make sense. How could you predict which packages will
depend on yours?
Perhaps you mean something different by "reverse dependency". The
standard definition is that if B depends on A, then A is a dependency of
B, and B is a reverse dependency of A.
Duncan Murdoch
More information about the R-help
mailing list