[R] Error with toString

jim holtman jholtman at gmail.com
Tue Feb 2 18:38:07 CET 2010


What packages are loaded?  On the basic system, it works fine:

> toString(123)
[1] "123"
> toString(c('a', 'b', 'zzzzzz'))
[1] "a, b, zzzzzz"


On Tue, Feb 2, 2010 at 12:17 PM, anna <lippelanna24 at hotmail.com> 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"
>
>
>
> -----
> Anna Lippel
> --
> View this message in context: http://n4.nabble.com/Error-with-toString-tp1290327p1460119.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?



More information about the R-help mailing list