G'day Seth,

>>>>> "SF" == Seth Falcon <[EMAIL PROTECTED]> writes:

    SF> I'm seeing errors with R CMD check that I don't understand
    SF> when checking a package that uses a NAMESPACE file with an
    SF> import directive.
I came sometime ago across a similar problem and it took me some time
to figure it out.  In my case it was that a .Fortran() call didn't
have a "package=" argument.  My advise would be to check all .C() and
.Fortran() calls in your package and add the "package=" argument if it
is missing.

I also guess that if you temporarily remove the NAMESPACE file, the
following step in the checking process:

      * checking foreign function calls ... WARNING
      Error: package/namespace load failed for 'DNAhelperseth'
      Call sequence:
      2: stop(gettextf("package/namespace load failed for '%s'", 
libraryPkgName(package)),        call. = FALSE, domain = NA)
      1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = 
FALSE)
      Execution halted
      See section 'System and foreign language interfaces' of the 'Writing R
      Extensions' manual.

will tell you which call the culprit is.  

Cheers,

        Berwin

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to