Skip to content
Prev 19396 / 63424 Next

Improve error message for bad NAMESPACE file?

On Tue, 7 Feb 2006, Seth Falcon wrote:

            
I suspect this line in namespace.R:

                }
                stop(gettextf("unknown namespace directive: %s", deparse(e)),
                     call. = FALSE, domain = FALSE)

Does domain=NA solve this?