Skip to content
Prev 44402 / 63421 Next

Depends/Imports/Suggest/Enhence

Thanks a lot for your answer.
Yes, it was typo. Sorry
I get:

* checking package dependencies ... ERROR
Package suggested but not available: 'foo3'
That's very clear, thanks a lot.
So I will use


  - 'Depends:foo1' if there is a function in foo1 that my package use often
  - 'Imports:foo2' if there is a function in foo2 that my package might use rarely
  - 'Suggest:foo3' if an example .Rd in foo0 needs a function in foo3

Right?