search for: nblee

Displaying 1 result from an estimated 1 matches for "nblee".

Did you mean: blee
2010 Nov 27
1
Bug in parseNamespaceFile or switch( , ... ) ?
...ce directive: %s", deparse(e)), call. = FALSE, domain = NA)) but this doesn't seem to function as I expect, viz. to stop with an error if I type a wrong directive. Details: > # create dummy NAMESPACE file with two bad / one good directives > cat("blah( nada )\nblee( nil )\nexport( outDS )\n",file="NAMESPACE") > readLines("NAMESPACE") [1] "blah( nada )" "blee( nil )" "export( outDS )" > parseNamespaceFile("",".") # now parse it $imports list() $exports [1] "outDS&quot...