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.
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,
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
##'
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