S4method{generic}{signature_list}(argument_list)
cheers
Stefano
From: jorism...@gmail.com [mailto:jorism...@gmail.com] On Behalf Of Joris Meys
Sent: 09 March 2016 13:15
To: Berri, Stefano
Cc: r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] documentation of generic '['
Hi Stefan
Hi Stefano,
did you try moving the method to a separate file already? I've noticed that
documentation of classes and methods in the same .Rd file isn't very
straightforward. You need a \usage{} section to document the method, and
that's likely to cause trouble when used in a class document.
In an
On 09/03/2016 7:10 AM, Berri, Stefano wrote:
Hi.
I am having problems with R CMD check around documentation of method "[". I am
pretty sure I didn't have this WARNING when I used R-3.0.2. I have tried many things, but
I am not sure how to fix it.
$ R CMD check encore
...
* using R version 3
Hi.
I am having problems with R CMD check around documentation of method "[". I am
pretty sure I didn't have this WARNING when I used R-3.0.2. I have tried many
things, but I am not sure how to fix it.
$ R CMD check encore
...
* using R version 3.2.3 (2015-12-10)
...
* checking for missing d