Skip to content
Prev 399 / 12125 Next

[R-pkg-devel] Listing a package in "Imports:" when it's used outside of "R" directory

On 15/08/2015 2:36 AM, Dean Attali wrote:
If you're not importing it, then don't list it as an import.

"Suggests" sounds closer to what you want, so you could use that, but
then your package will fail if a user installs it without suggested
packages.

"Depends" is generally a bad idea.

So use "Imports", but do import something.

Duncan Murdoch