anna wrote:
Romain, to keep it simple, I reproduced the example that you can find in the toString function help and I still got the same error: x <- c("a", "b", "aaaaaaaaaaa") toString(x) Error in toString(x) : could not find function ".jcall"
.jcall() is an rJava function. toString() is a base R function. I'm guessing that you're doing this as part of some code that involves rJava. In that case you will have to provide more details. The example you cite above works perfectly well for me. -Peter Ehlers
----- Anna Lippel
-- Peter Ehlers University of Calgary ______________________________________________ R-help@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.