[R] Package Building and Name Space
Johannes Graumann
johannes_graumann at web.de
Wed Jan 23 11:02:21 CET 2008
Hello,
I just don't get this and would appreciate if someone could write a line or
two: I'm trying to build this package and it stops installing after I add
the following to the NAMESPACES file:
>importFrom(gsubfn,strapply)
The error during the package test is:
Error in MyPackage::MyFunction :
package 'MyPackage' has no name space and is not on the search path
Calls: <Anonymous> ... <Anonymous> -> switch -> sys.source -> eval ->
eval -> ::
Execution halted
'MyFunction' contains 'strapply' from gsubfn.
Please tell me where I err.
Thanks, Joh
More information about the R-help
mailing list