Message-ID: <20090204130831.KZW9N.28653.root@mp16>
Date: 2009-02-04T18:08:31Z
From: rkevinburton at charter.net
Subject: Foreign function call
Let me get more specific. I think it this can be answered then I can translate the information to other calls. In the arima 'R' code there is a reference to
.Call(R_TSconv, a, b)
If from the console I type:
> .Call(R_TSConv, c(1,-1), c(1,-1))
I get:
Error: object "R_TSConv" not found
If I do
> getNativeSymbolInfo("R_TSConv")
I get:
Error in FUN("R_TSConv"[[1L]], ...) : no such symbol R_TSConv
What am I missing?
Thank you.
Kevin