Re: [Roxygen-devel] @export tag doesn't work with S4 methods for use.Rd2=TRUE

2010-10-13 Thread Manuel J. A. Eugster
Reporting yet another issue with S4 in roxygen. It appears that the @export tag does not work when use.Rd2=TRUE: You have to use the @exportMethod tag to export S4 methods or generics. See the useR 2010 tutorial at http://roxygen.org/useR/, part 1 for an example how to export S4 methods, etc.

Re: [Roxygen-devel] @import tag modifies NAMESPACE but not DESCRIPTION

2010-10-13 Thread Manuel J. A. Eugster
Hi Vinh, Any thoughts on this from the folks that use the @import tag? Is my assumption that the DESCRIPTION file should be updated wrong? Let me know, thanks! the DESCRIPTION file must be written by hand; @import does only add an import directive to the NAMESPACE file. Manuel. On Sun,

[Roxygen-devel] @export tag doesn't work with S4 methods for use.Rd2=TRUE

2010-10-13 Thread Vinh Nguyen
Dear list, Reporting yet another issue with S4 in roxygen. It appears that the @export tag does not work when use.Rd2=TRUE: ##' Inference for fitted model objects. ##' ##' Extract point estimates, standard errors, confidence intervals, ##' p-values, and sample size. ##' @rdname infer,-methods ##'

Re: [Roxygen-devel] @import tag modifies NAMESPACE but not DESCRIPTION

2010-10-13 Thread Vinh Nguyen
Any thoughts on this from the folks that use the @import tag? Is my assumption that the DESCRIPTION file should be updated wrong? Let me know, thanks! -- Vinh On Sun, Oct 10, 2010 at 8:53 AM, Vinh Nguyen wrote: > Dear list, > > When I ran R CMD check on my package, I get a warning saying I sho