Re: [Rd] spss long labels

2008-07-15 Thread Martin Maechler
Hi Kurt, > "KVD" == Kurt Van Dijck <[EMAIL PROTECTED]> > on Wed, 09 Jul 2008 10:05:39 +0200 writes: KVD> Hi all, I got no feedback at all concerning the merge KVD> of this patch in the source tree. Am I supposed to do KVD> this myself? How should I do this (do I have subv

Re: [Rd] memory leak in sub("[range]",...)

2008-07-15 Thread Martin Maechler
> "BD" == Bill Dunlap <[EMAIL PROTECTED]> > on Wed, 9 Jul 2008 11:26:50 -0700 (PDT) writes: BD> There is a 2-block memory leak in the sub() (or any other regex-related BD> function, probably) when the pattern argument involves a range BD> expression, e.g., '[0-9]'. BD>

Re: [Rd] memory leak in readline code

2008-07-15 Thread Martin Maechler
> "BD" == Bill Dunlap <[EMAIL PROTECTED]> > on Thu, 10 Jul 2008 13:17:03 -0700 (PDT) writes: BD> Several folks have previously written that valgrind BD> notices a memory leak in R's readline code. It looks BD> like it leaks a copy of every input line. [] Than

[Rd] package.skeleton does invalide regular name...

2008-07-15 Thread cgenolin
Hi the list, I am using package.skeleton on a file that has a very classic name, but package.skeleton detect it as a invalid name : --- 8< --- package.skeleton(name="packClassicBis",code_files="./packClassic/R/progClassic.R") Création des répertoires... Création de DESCRIPTION... Création

[Rd] methods/namespaces/possible bug

2008-07-15 Thread Kasper Daniel Hansen
Using > methods("plot") [1] plot.Date* plot.HoltWinters* plot.POSIXct* [4] plot.POSIXlt* plot.TukeyHSD plot.acf* [7] plot.data.frame*plot.decomposed.ts* plot.default [10] plot.dendrogram*plot.densityplot.ecdf [13] plot.factor*plot.formula* p

Re: [Rd] package.skeleton does invalide regular name...

2008-07-15 Thread Duncan Murdoch
On 7/15/2008 1:33 PM, [EMAIL PROTECTED] wrote: Hi the list, I am using package.skeleton on a file that has a very classic name, but package.skeleton detect it as a invalid name : --- 8< --- package.skeleton(name="packClassicBis",code_files="./packClassic/R/progClassic.R") Création des ré

Re: [Rd] methods/namespaces/possible bug

2008-07-15 Thread Duncan Murdoch
On 7/15/2008 2:11 PM, Kasper Daniel Hansen wrote: Using > methods("plot") [1] plot.Date* plot.HoltWinters* plot.POSIXct* [4] plot.POSIXlt* plot.TukeyHSD plot.acf* [7] plot.data.frame*plot.decomposed.ts* plot.default [10] plot.dendrogram*plot.densityp

Re: [Rd] package.skeleton does invalide regular name...

2008-07-15 Thread Christophe Genolini
By the way, will it be a big change to allow the user to give the name of a directories instead of a file ? The following code : code_file=c("dir1\file1.r","dir1\file2.r","dir1\file3.r") willl become : code_file=c("dir1\") Then, reconizing that dir1\ is a directories, skeleton.package will in

Re: [Rd] methods/namespaces/possible bug

2008-07-15 Thread Kasper Daniel Hansen
On Jul 15, 2008, at 12:00 PM, Duncan Murdoch wrote: On 7/15/2008 2:11 PM, Kasper Daniel Hansen wrote: Using > methods("plot") [1] plot.Date* plot.HoltWinters* plot.POSIXct* [4] plot.POSIXlt* plot.TukeyHSD plot.acf* [7] plot.data.frame*plot.decomposed.ts* plot.defa

[Rd] spss long labels

2008-07-15 Thread Kurt Van Dijck
On Tue, Jul 15, 2008 at 09:29:22AM +0100, Prof Brian Ripley wrote: > On Tue, 15 Jul 2008, Martin Maechler wrote: > > >Hi Kurt, > > > >>"KVD" == Kurt Van Dijck <[EMAIL PROTECTED]> > >>on Wed, 09 Jul 2008 10:05:39 +0200 writes: > > > > KVD> Hi all, I got no feedback at all concerning t

Re: [Rd] methods/namespaces/possible bug

2008-07-15 Thread Duncan Murdoch
On 15/07/2008 5:19 PM, Kasper Daniel Hansen wrote: On Jul 15, 2008, at 12:00 PM, Duncan Murdoch wrote: On 7/15/2008 2:11 PM, Kasper Daniel Hansen wrote: Using methods("plot") [1] plot.Date* plot.HoltWinters* plot.POSIXct* [4] plot.POSIXlt* plot.TukeyHSD plot.acf* [7