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. -- Kenneth Roy Cabrera Torres Cel 315 504 9339
Similar thing here. Happens in 2.5.0 patched and 2.6.0 (both April-25-2007) and svIDE 0.9-5 The only difference is that the warnings are: 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" Andy __________________________________ Andy Jaworski 518-1-01 Process Laboratory 3M Corporate Research Laboratory ----- E-mail: apjaworski at mmm.com Tel: (651) 733-6092 Fax: (651) 736-3122 Kenneth Cabrera <krcabrer at une.net .co> To Sent by: "r-help at stat.math.ethz.ch" r-help-bounces at st <r-help at stat.math.ethz.ch> at.math.ethz.ch cc Subject 04/29/2007 09:38 [R] A problem with svIDE in Tinn-R? PM 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. -- Kenneth Roy Cabrera Torres Cel 315 504 9339 ______________________________________________ R-help at stat.math.ethz.ch 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.
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, ripley at stats.ox.ac.uk 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