[R] Package is loaded but functions are not exported

Saptarshi Guha saptarshi.guha at gmail.com
Tue Dec 1 17:20:14 CET 2009


As a followup, i can do things Package:::rh*, there just no exported.

On Tue, Dec 1, 2009 at 11:18 AM, Saptarshi Guha
<saptarshi.guha at gmail.com> wrote:
> 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
>




More information about the R-help mailing list