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. Many thanks for any assistance, Charles [[alternative HTML version deleted]]
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