Skip to content

modifying some package code

4 messages · Charles Determan Jr, Simon Urbanek

#
On May 24, 2012, at 12:25 PM, Charles Determan Jr wrote:

            
The (unexported) object contains cached reference to the native function (see ?getNativeSymbolInfo) and is defined by R_registerRoutines in src/init.c. This is a typical optimization in R packages to avoid costly lookup of symbols and to provide check for native arguments.

Cheers,
Simon
#
On May 24, 2012, at 1:26 PM, Charles Determan Jr wrote:

            
I'm not sure what *is* your issue. nlms:::inner_perc_table is defined (automatically), so it just works. If you are re-using just the .C part of nlme somewhere else that you dyn-load manually then you can simply use "inner_perc_table" instead.

Cheers,
Simon