[R] NAMESPACE vs internal.Rd
cgenolin at u-paris10.fr
cgenolin at u-paris10.fr
Wed Jul 16 18:22:49 CEST 2008
Thanks for your answer.
> I guess writing
> a regular expression that says "export everything that does not start
> with a dot but do not export foo and bar" would be not trivial to write
> (at least not for me).
The NAMESPACE created by package.skeleton contain a single line :
exportPattern("^[[:alpha:]]+")
I guess that it is what you just say...
Christophe
More information about the R-help
mailing list