[Rd] callNextMethod() with builtin group methods fails to create proper environment

2007-12-24 Thread Stephen.Pope
Hi all, After all these years, I am finally porting some R-2.3.1-based S4 object code to R-2.6.1, dealing with all the S4 object system changes that came in R-2.4.0. I've run across what appears to be some sort of ommission in the implementation of callNextMethod() when used with primitives havin

[Rd] R-ints typos

2007-12-24 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Internationalization" is misspelled (as "Internationaliation") throughout the R-ints document ... I ran ispell on the texi document, diffs for this and a handful of other minor typos (fron/from, primiitve/primitive, etc.) are posted at http://www.z

Re: [Rd] re quest for addition to R-int

2007-12-24 Thread Ben Bolker
Martin Maechler stat.math.ethz.ch> writes: > > > "BB" == Ben Bolker ufl.edu> > > on Sun, 23 Dec 2007 15:31:23 -0800 (PST) writes: > > BB> Bjørn-Helge Mevik wrote: > >> > >> Ben Bolker wrote: > >> > >>> http://cran.r-project.org/doc/manuals/R-ints.html#R-coding

Re: [Rd] Problem with initialize of S4 classes

2007-12-24 Thread cstrato
Dear Martin Thank you for your comments! You are correct, I have a name space but did not export "initialize", since I thought that a user will never need to use it. I will also try your suggestion to define a constructor in my package, this seems to me to be a great idea. Merry Christmas Chris

Re: [Rd] re quest for addition to R-int

2007-12-24 Thread Martin Maechler
> "BB" == Ben Bolker <[EMAIL PROTECTED]> > on Sun, 23 Dec 2007 15:31:23 -0800 (PST) writes: BB> Bjørn-Helge Mevik wrote: >> >> Ben Bolker wrote: >> >>> http://cran.r-project.org/doc/manuals/R-ints.html#R-coding-standards >>> >>> gives detailed advice on h

Re: [Rd] Errors in demo (PR#10527)

2007-12-24 Thread ripley
I have no idea what 'demo' this is. When I open R it says Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. and this is none of those. At a guess you meant x <- 1:20 w <- 1 + sqrt(x)/2 dummy <- data.frame(x=x, y= x + rnorm(x

Re: [Rd] Errors in demo (PR#10527)

2007-12-24 Thread Duncan Murdoch
On 24/12/2007 1:00 AM, [EMAIL PROTECTED] wrote: > Full_Name: richard wright > Version: R version 2.6.1 (2007-11-26) > OS: Mac OS X v 10.4.11 > Submission from: (NULL) (76.240.79.123) > > > I downloaded the most recent version of R for the mac (About: GUI 1.22-devel > (4859) (4859)) and installed

[Rd] Errors in demo (PR#10527)

2007-12-24 Thread Iago Mosqueira
> Date: Mon, 24 Dec 2007 07:00:23 +0100 (CET) > From: [EMAIL PROTECTED] Subject: [Rd] Errors in demo (PR#10527) > To: [EMAIL PROTECTED] > R version 2.6.1 (2007-11-26) OS: Mac OS X v 10.4.11 > Submission from: (NULL) (76.240.79.123) > I downloaded the most recent version of R for the mac (Ab

[Rd] Errors in demo (PR#10527)

2007-12-24 Thread Iago Mosqueira
> Date: Mon, 24 Dec 2007 07:00:23 +0100 (CET) > From: [EMAIL PROTECTED] Subject: [Rd] Errors in demo (PR#10527) > To: [EMAIL PROTECTED] > R version 2.6.1 (2007-11-26) OS: Mac OS X v 10.4.11 > Submission from: (NULL) (76.240.79.123) > I downloaded the most recent version of R for the mac (Ab

[Rd] Errors in demo (PR#10527)

2007-12-24 Thread rcwright
Full_Name: richard wright Version: R version 2.6.1 (2007-11-26) OS: Mac OS X v 10.4.11 Submission from: (NULL) (76.240.79.123) I downloaded the most recent version of R for the mac (About: GUI 1.22-devel (4859) (4859)) and installed it. After installation, I opened the help file and ran the demo