[R] finding subroutines

Peter Ehlers ehlers at ucalgary.ca
Tue Jul 6 08:49:57 CEST 2010


On 2010-07-02 13:23, Erin Hodgess wrote:
> Dear R People:
>
> I have found the starma.c program in R.
>
> But now I need to find the R_setup_starma and R_free_starma subroutines as well.
>
> Where would I go about finding them, please?

These are objects of class NativeSymbolInfo. You can
see their list elements with

  getNativeSymbolInfo("setup_starma")
  getNativeSymbolInfo("free_starma")

or with

  stats:::R_setup_starma


   -Peter Ehlers

>
> Thanks for any help.
>
> Have a great weekend.
>
> Sincerely,
> Erin



More information about the R-help mailing list