[R] svIDE and Tinn-R

2008-05-19 Thread Patrick Giraudoux
Probably an old moon since evoqued one year ago in this link: 
http://tolstoy.newcastle.edu.au/R/e2/help/07/04/15738.html


but I have recently re-installed Tinn-R with R 2.7.0 and forgot to insert

options(warn=-1)
library(svIDE)
...
options(warn=0)

in Rprofile.site... and could see that we have still the same warning 
launching R:


Warning messages:
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
3: In grep(paste([{]TclEval , topic, [}], sep = ), 
tclvalue(.Tcl(dde services TclEval {})),  :

 argument 'useBytes = TRUE' will be ignored

I wonder how far it may be problematical ?

Patrick


__
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.


Re: [R] svIDE and Tinn-R

2008-05-19 Thread Philippe Grosjean

Hello,

This does not seem to be something in the svIDE package, but something 
send by Tinn-R to R through the DDE connection for the first two 
warnings. I'll eliminate the last one for next version of the package.

Best,

Philippe Grosjean

Patrick Giraudoux wrote:
Probably an old moon since evoqued one year ago in this link: 
http://tolstoy.newcastle.edu.au/R/e2/help/07/04/15738.html


but I have recently re-installed Tinn-R with R 2.7.0 and forgot to insert

options(warn=-1)
library(svIDE)
...
options(warn=0)

in Rprofile.site... and could see that we have still the same warning 
launching R:


Warning messages:
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
3: In grep(paste([{]TclEval , topic, [}], sep = ), 
tclvalue(.Tcl(dde services TclEval {})),  :

 argument 'useBytes = TRUE' will be ignored

I wonder how far it may be problematical ?

Patrick





__
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.


__
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.