Hi Johannes,
Apparently the package 'strapply' does not have the namespace, so you
cannot
use importFrom directive to import gsubfn() from it. In that case, I
believe, you need to rely on the "old" mechanism using require().
Apart from
that, it also seems that 'strapply' package is not even in the R search
path. Do you see it in the listing created by a call to library()?
HTH,
Michal
Johannes Graumann-2 wrote:>
> 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
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
-----
____________________________________
Michal Bojanowski
ICS / Department of Sociology
Utrecht University
Heidelberglaan 2; 3584 CS Utrecht
The Netherlands
m.j.bojanowski at uu dot nl
http://www.fss.uu.nl/soc/bojanowski/
http://bojan.3e.pl/
--
View this message in context:
http://www.nabble.com/Package-Building-and-Name-Space-tp15038573p15045108.html
Sent from the R help mailing list archive at Nabble.com.