Thank you Duncan,

I used the R function getNativeSymbolInfo(inner_perc_table) and the object
is not found:

Error in is.vector(X) : object 'inner_perc_table' not found
Done.

I also tried the defining the directory to the nlme.dll file and it had the
same error.
Is there something I missed while doing this?

Thanks,
Charles


On Thu, May 24, 2012 at 11:51 AM, Duncan Murdoch
<murdoch.dun...@gmail.com>wrote:

> On 24/05/2012 11:35 AM, Charles Determan Jr wrote:
>
>> Hello,
>>
>> Does anyone on this list know what inner_perc_table is or where it is
>> typically found?  I am trying to modify some source code and it is used
>> with the .C() function.  When I try and run it, it states that
>> 'inner_perc_table is not found'.  It is only called in such a way and
>> isn't
>> defined at any point in the previous code in which the function works.
>> Should this be in some other directory of the source code files?  I have
>> been scouring through them and have continue to come up empty.
>>
>
> Look for the C function R_registerRoutines and/or the R function
> getNativeSymbolInfo.
>
> Duncan Murdoch
>

        [[alternative HTML version deleted]]

______________________________________________
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