Hello,
I wrote a package, which in the NAMESPACE file exports functions like this:

exportPattern("^\\rh")

On R-2.8 (Linux, 64), upon loading the package I have the rh functions present.

On R-2.10, Mac OS X, (32 bit), it builds, loads, but the functions are not
loaded, i.e the only function is rhyper (which is not from my package).

Is there something wrong with my package setup?

Regards
Saptarshi

______________________________________________
R-help@r-project.org mailing list
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