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
______________________________________________
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.