Hi the list,
I am using R2.6.2. I don't now why, the quote used in the output of
'new' seams not compatible with Sweave. Is there a way to change them ?
Is it something link with R, or link with my computer configuration ?
> setClass("E",list(e="factor"))
[1] "E"
> new("E")
An object of class āEā
Thanks
Christophe
______________________________________________
[email protected] 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.