Displaying 1 result from an estimated 1 matches for "foointernal".
2010 Sep 13
1
Problem (environment?) with R CMD CHECK
Hi all,
I have a package that contains a function foo that calls a function
.fooInternal via match.fun('.fooInternal'). This step is necessary
because I want to give the user an option to override .fooInternal
with a custom function. The .fooInternal function name is not
exported. The function foo runs perfectly well when used in a normal R
session. However, the function fails...