Re: [Rd] Bug#361968: Wrong name in manpage

2006-04-12 Thread friedrich . leisch
I've committed a fix for 2.3 affecting only "R --version" (don't want to play with real R output during feature freeze), and a cleaner solution for 2.4 which gets the startup message and --version even more in sync. Passes all checks for me, and the man page looks OK again. Thanks for spotting th

Re: [Rd] Stack checking, core dumps, and embedding R

2006-04-12 Thread A.J. Rossini
I'm pretty sure that we've fixed that problem. (I'm merging 2 different CL/R trees together, one of which is Cyrus's). An alternative fix patched R to undo that, but that's not kosher. best, -tony On 4/12/06, Thomas Lumley <[EMAIL PROTECTED]> wrote: > > On Tue, 11 Apr 2006, A.J. Rossini wrot

Re: [Rd] Stack checking, core dumps, and embedding R

2006-04-12 Thread Thomas Lumley
On Tue, 11 Apr 2006, A.J. Rossini wrote: > > (This is under SBCL, i.e. satisfying Duncan's conjectures -- as soon > as I fix a few things (i.e. undoing CommonLispStat/R's threading which > is a bit SBCL specific, I'll try under CLISP, ECL, and CMUCL to > verify/check). > Also, according to http

[Rd] New class: data.table

2006-04-12 Thread Matthew Dowle
Hi, Following previous discussion on this list (http://tolstoy.newcastle.edu.au/R/devel/05/12/3439.html) I have created a package as suggested, and uploaded it to CRAN incoming : data.table.tar.gz. ** Your comments and feedback will be very much appreciated. ** >From help(data.table) : This cl

Re: [Rd] yet another problem with S4 dispatch (with setClassUnion)

2006-04-12 Thread John Chambers
As I think Seth told you before, if you want to control the order of inheritance at the same level, you need to use the intended order in the contains= argument to setClass. In your example (retaining the class union, although it's not required, the superclass could just be an ordinary virtua

[Rd] yet another problem with S4 dispatch (with setClassUnion)

2006-04-12 Thread Peter Ruckdeschel
Dear John and Seth, dear R-devels, once again the question of method dispatch in S4 -- this time with setClassUnion(); taking up your advice in https://stat.ethz.ch/pipermail/r-devel/2006-April/037200.html https://stat.ethz.ch/pipermail/r-devel/2006-April/037201.html I have been too quick in st

Re: [Rd] [R] type converters not being saved to workspace

2006-04-12 Thread John Chambers
Well, you may be right, but my experiments certainly suggested otherwise (below). But my main point is that we should look for a better approach, and I think we agree there. Prof Brian Ripley wrote: > On Tue, 11 Apr 2006, John Chambers wrote: > >> (diverted to r-devel) >> >> The problem seems

Re: [Rd] Bug#361968: Wrong name in manpage

2006-04-12 Thread friedrich . leisch
> On Tue, 11 Apr 2006 20:56:27 -0400, > Duncan Murdoch (DM) wrote: > On 4/11/2006 7:45 PM, Dirk Eddelbuettel wrote: >> R-devel'ers, >> >> On 11 April 2006 at 10:24, Dirk Eddelbuettel wrote: >> | >> | Kanru, >> | >> | Thanks for the bugreport. >> | >> | On 11 April

[Rd] Label size in MAplots

2006-04-12 Thread Brooks, Anthony B
Hi I have a collection of arrays and I would like to carry out MAplots on them. The problem is that the CEL file names are pretty long as they contain the date of production, user initials etc.. (sorry, it's a legacy thing). Is there a way of reducing the label size so I can read the CEL filenam

[Rd] headerfile translation to Delphi (Pascal) completed

2006-04-12 Thread Hans-Peter
Hi, I am happy to announce that I finished the translation of almost all LGPL'ed R headerfiles to Delphi. As a test I did several demos which basically contain delphized versions of all the examples of chapter 5 in "Writing R Extensions". Please have a look in the attachments for details (DemosAn

Re: [Rd] kcachegrind and R

2006-04-12 Thread Romain Francois
Le 11.04.2006 10:01, Romain Francois a écrit : > Hi, > > Is there a way to use kcachegrind on R code ? > I mean the R function written in R (not the C, etc ... functions). Has > someone tried to generate "Callgrind profile format" from ouputs of Rprof ? > > Romain > Hi all, I tried to answer m