Skip to content
Prev 324919 / 398503 Next

Evaluation of function names...

On 07/06/2013 14:49, Bert Gunter wrote:
Not if done right.  The package should importFrom(stats, rnorm).
'Writing R Extensions' says

'The namespace controls the search strategy for variables used by 
functions in the package. If not found locally, R searches the package 
namespace first, then the imports, then the base namespace and then the 
normal search path.'