> Most of my methods, are not exported to the namespace using the
> @examples
> options.

Joanna,
You normally need to export _all_ the objects/functions that you expect users 
to be able to run.
And if you are giving an example of a function, it seems likely that you expect 
users to use it, so it needs to be exported.

But it looks like you're using Roxygen and if I'm reading the documentation 
correctly, @examples doesn't export anything at all. @export does that. See 
https://cran.r-project.org/web/packages/roxygen2/vignettes/namespace.html

This is also a development question: maybe try the R-package-devel or R-devel 
lists?

Steve Ellison




*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to