Re: [Rd] History of seq and seq.int

2010-10-04 Thread Prof Brian Ripley
The history is open for all to see. E.g. from the NEWS file (ONEWS in pre-2.12.0) entry for R 2.4.0 o There is a new primitive seq.int() which is slightly more restricted than seq() but often very much faster, and new primitives seq_along() and seq_len() which are faster st

[Rd] Fwd: Hello

2010-10-04 Thread 陈涵锋
-- Forwarded message -- From: ³Âº­·æ Date: 2010/10/5 Subject: Hello To: gso...@googlegroups.com I am very interesting about R. Dose it have IRC channels? If yes, please tell me how to access it. Thanks. HF [[alternative HTML version deleted]] __

[Rd] Recursion error after upgrade to R_2.11.1 [Sec=Unclassified]

2010-10-04 Thread Troy Robertson
Resending this in plain text, after realising the html text hadn't been posted (oops). Hi all, After an upgrade from R_2.10.1 to R_2.11.1 I am now getting the following error: Error: evaluation nested too deeply: infinite recursion / options(expressions=)? This occurs in the initialize method o

Re: [Rd] S4 class help pages [Sec=Unclassified]

2010-10-04 Thread Troy Robertson
> -Original Message- > From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] > Sent: Monday, 4 October 2010 11:09 PM > To: Troy Robertson > Cc: 'r-devel@R-project.org' > Subject: Re: [Rd] S4 class help pages [Sec=Unclassified] > > > On 04/10/2010 12:14 AM, Troy Robertson wrote: > > Hi, >

Re: [Rd] R 2.12.0 beta (r53110) fails make check on Ubuntu hardy

2010-10-04 Thread it-r-devel
Thanks for the quick answer. We will use the builtin BLAS then. Matthias Prof Brian Ripley wrote, On 10/04/10 15:17: > So your system has a broken BLAS and you need to use the builtin one. > > On Mon, 4 Oct 2010, it-r-de...@ml.epigenomics.com wrote: >> >> Hi! [...] -- Matthias Burger

Re: [Rd] S4 class help pages [Sec=Unclassified]

2010-10-04 Thread Duncan Murdoch
On 04/10/2010 12:14 AM, Troy Robertson wrote: Hi, I am working on producing an R package containing mostly S4 classes and methods. I have generated and filled out all the necessary .Rd files but find that once installed I am unable to access help pages for the classes using the ?package::class

Re: [Rd] R 2.12.0 beta (r53110) fails make check on Ubuntu hardy

2010-10-04 Thread Prof Brian Ripley
So your system has a broken BLAS and you need to use the builtin one. On Mon, 4 Oct 2010, it-r-de...@ml.epigenomics.com wrote: Hi! we observe a failing make check for reg-tests-1b.R with r53110 and since at least r53056 with the failing lines being [...] ## found from fallback test in slam

Re: [Rd] tabulate() does not check for input bounds

2010-10-04 Thread Simone Giannerini
Dear Olaf, thanks for your reply, at first sight I did not link this behaviour to that subsetting feature that I must admit I am not used to. Ciao Simone On Mon, Oct 4, 2010 at 1:13 AM, Olaf Mersmann wrote: > Dear Simone, > > On 04.10.2010, at 01:01, Simone Giannerini wrote: >> it looks like

[Rd] Unexplained strange behaviour of callNextMethod in S4 methods

2010-10-04 Thread Harold Petithomme
Hello all. A few days ago, I submitted a problem which remains unsolved although somebody answered to my question. I still have the problem. Can someone please explain if something is wrong ? Have a look at this example: setGeneric("f",valueClass="NULL",def=function(x) standardGeneric("f"))