Hello,
What I meant was that the second rule implies that Depends packages should be
in the NAMESPACE file, but the first rule implies that packages in the
NAMESPACE file should not be in the Depends field, but Imports field. It would
be a logical contradiction if it wasn't preceded by "almost
On 27.06.2014 04:00, Dario Strbenac wrote:
Hello,
The Writing R Extensions manual gives confusing advice. Compare
Packages listed in imports or importFrom directives in the NAMESPACE file
should almost always be in ‘Imports’ and not ‘Depends’.
with
Almost always packages mentioned in ‘Depe
On Fri, Jun 27, 2014 at 3:00 AM, Dario Strbenac
wrote:
> Hello,
>
> The Writing R Extensions manual gives confusing advice. Compare
>
> Packages listed in imports or importFrom directives in the NAMESPACE file
> should almost always be in ‘Imports’ and not ‘Depends’.
>
> with
>
> Almost always pa
Hello,
The Writing R Extensions manual gives confusing advice. Compare
Packages listed in imports or importFrom directives in the NAMESPACE file
should almost always be in ‘Imports’ and not ‘Depends’.
with
Almost always packages mentioned in ‘Depends’ should also be imported from in
the NA