Re: [Rd] Cook's Distance in GLM (PR#9316)

2008-05-14 Thread Heather . Turner
Well I suppose a warning's not going to hurt. Even in a case like the occupationalStatus example where you know some points have been fitted exactly, it might be useful to be reminded that the standardised residuals for these points are then NaN and cannot be displayed. Of course when you don't

[Rd] Boxplot does not honor yaxp parameter (PR#11463)

2008-05-14 Thread klokew
Full_Name: W.B. Kloke Version: 2.7.0 OS: FreeBSD-7.0-amd64 Submission from: (NULL) (195.253.22.100) Boxplot does not allow selecting axe parameter yaxp. I needed to plot a data set which is in hexagesimal units (arcmin). This results in default axe ticks at multiples of 50 arcmins, which is not d

[Rd] R and F9

2008-05-14 Thread Marc Schwartz
Hi all, Being the glutton for self-inflicted punishment that I am, I did a clean install of F9 yesterday. :-) As it relates to R: 1. Building R from SVN: R version 2.7.0 Patched (2008-05-12 r45683) It builds and passes make check all without issue. F9 is using: gcc (GCC) 4.3.0 20080428

[Rd] Reset an embedded R.dll

2008-05-14 Thread Bernd Schoeller
Dear List, I am learning how to use the R.dll unter Windows to embed an R interpreter into another programming language. What I would like to know, and I have not yet found an answer in the documentation: is there a way to 'reset' the interpreter to bring it to the state that it was direc

[Rd] basename/dirname produce incorrect results

2008-05-14 Thread ronggui
The incorrect result incurs when the file path contains Chinese character. It seems that dirname/basename action on unit of byte instead of char, so the result in the following example is half of what is expected. > g<-"d:\\$BG!2L4^M-CfJ8(B\\$BG!2L4^M-CfJ8(B.txt" > dirname(g) [1] "d:/$BG!2L4^

Re: [Rd] basename/dirname produce incorrect results

2008-05-14 Thread ronggui
> sessionInfo() R version 2.7.0 Patched (2008-04-24 r45485) i386-pc-mingw32 locale: LC_COLLATE=Chinese_People's Republic of China.936;LC_CTYPE=Chinese_People's Republic of China.936;LC_MONETARY=Chinese_People's Republic of China.936;LC_NUMERIC=C;LC_TIME=Chinese_People's Republic of China.936 atta

[Rd] Warning about undocumented data sets

2008-05-14 Thread Charles Danko
Hi, List, Sorry in advance if this turns out to be a stupid question -- I've been trying to work it out for awhile, and I don't have any new ideas -- I'm very new to R documentation/ LATEX. I am running "R CMD check " on a package that I am trying to write; the only warning is: * checking for mis

Re: [Rd] Warning about undocumented data sets

2008-05-14 Thread Duncan Murdoch
Charles Danko wrote: Hi, List, Sorry in advance if this turns out to be a stupid question -- I've been trying to work it out for awhile, and I don't have any new ideas -- I'm very new to R documentation/ LATEX. I am running "R CMD check " on a package that I am trying to write; the only warning

Re: [Rd] Reset an embedded R.dll

2008-05-14 Thread Prof Brian Ripley
On Wed, 14 May 2008, Bernd Schoeller wrote: Dear List, I am learning how to use the R.dll unter Windows to embed an R interpreter into another programming language. What I would like to know, and I have not yet found an answer in the documentation: is there a way to 'reset' the interpreter

Re: [Rd] Reset an embedded R.dll

2008-05-14 Thread Bernd Schoeller
On Thu, 15 May 2008 07:15:15 +0200, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: What I would like to know, and I have not yet found an answer in the documentation: is there a way to 'reset' the interpreter to bring it to the state that it was directly after the call of the initialization r

Re: [Rd] Reset an embedded R.dll

2008-05-14 Thread Prof Brian Ripley
On Thu, 15 May 2008, Bernd Schoeller wrote: On Thu, 15 May 2008 07:15:15 +0200, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: What I would like to know, and I have not yet found an answer in the documentation: is there a way to 'reset' the interpreter to bring it to the state that it was direct