Imports and Depends
- by David Diez
I have read two recent posts that discuss Depends and Imports but I have four lingering, related questions:
Suppose I want two packages to also be available to the end-user when they load in my package. Is there a good reason not to use Depends in this context? (The point here is to load all three packages via a command that loads just the one…