Skip to content
Prev 1894 / 12125 Next

[R-pkg-devel] Can roxygen2 export export() and S3method() to namespace?

Hi Jens,

If you also have the line

#' @export all.bit

you will get 

export(all.bit)

in  the NAMESPACE file. You still need to keep 

#' @export

to get 

S3method(all,bit)

Best wishes,

Heather
On Fri, Sep 22, 2017, at 10:23 AM, Jens Oehlschl?gel wrote: