It is a warning, and a warning about a long-standing error in svIDE. This is not to do with Tinn-R except perhap that the message gets mangled. I get from command-line R
1: '\A' is an unrecognized escape in a character string 2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off, 1=follow language scoping and 2=copy from previous line\n" Of course, a \ needs to be doubled in R character strings. That has always been the case, but the warning is new. Please take it up with the svIDE maintainer. On Sun, 29 Apr 2007, Kenneth Cabrera wrote: > Hi R users: > > I want to know if any one of you had > the problem with Tinn-R, when you > call the library svIDE on the new R 2.5.0, > (because in the old R 2.4.1 works with out > any problem). > > I got this message: > >> library(svIDE) > Loading required package: tcltk > Loading Tcl/Tk interface ... done > Warning messages: > 1: '\A' is an unrecognized escape in a character string > 2: no se reconoce el valor 'save' > > Is it a critical warning? What would work and what not? > What is it new in the new version that > is not in the old version that makes this message appears? > > Thank you for your help. > > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [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.
