Re: [Rd] question about assignment warnings for replacement methods

2011-04-05 Thread Marc Carlson
Thank you for the clarifications Duncan. Marc On 04/05/2011 11:15 AM, Duncan Murdoch wrote: On 05/04/2011 1:51 PM, Marc Carlson wrote: Hi, I have seen several packages that with the most recent version of R are giving a warning like this: Assignments in \usage in documentation object

[Rd] question about assignment warnings for replacement methods

2011-04-05 Thread Marc Carlson
Hi, I have seen several packages that with the most recent version of R are giving a warning like this: Assignments in \usage in documentation object 'marginalData-methods': marginalData(object) = value I assume that this is to prevent people from making assignments in their usage statements