I get this error message while trying to load the rJava or the openNLP packages through the function library(openNLP) or library(rJava):
Error: package or namespace load failed for ‘rJava’: .onLoad in loadNamespace() for 'rJava' failed, details: call: dirname(this$RuntimeLib) error: a character vector argument expected
I have no problems loading other packages, e.g. NLP. Does somebody know what the problem is?
rJava
once again. – amrrs.libPaths()
? The only place in the source code I can see that error being thrown is based on the result of a call to that function... might be worth seeing what it's working with – Tim Hirst