Re: [Rd] package.skeleton.S4

2008-04-05 Thread Prof Brian Ripley
On Sat, 5 Apr 2008, Uwe Ligges wrote: Christophe Genolini wrote: [...] for french people, some "é" and "è" provoque warnings as well. Then you have to declare an encoding as the manual "Writing R Extensions" suggests. It occurred to me that package.skeleton could perhaps fathom this o

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Uwe Ligges
Christophe Genolini wrote: > Am I suppose to repport only but, or can I also make some comments? > Well, I guess if I am not suppose to comment, it is easy to ignore them... > > Concerning the help file, some other examples might be a good complement > to the existing one. > > --- 8< -

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Duncan Murdoch
Christophe Genolini wrote: > Am I suppose to repport only but, or can I also make some comments? > Well, I guess if I am not suppose to comment, it is easy to ignore them... > Both bug reports and comments are welcome. Bug reports should get action; comments may or may not. Both should get a

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Christophe Genolini
Am I suppose to repport only but, or can I also make some comments? Well, I guess if I am not suppose to comment, it is easy to ignore them... Concerning the help file, some other examples might be a good complement to the existing one. --- 8< -- \examples{ require(stats) ## two

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Duncan Murdoch
Christophe Genolini wrote: >>> And I am not sure I will be able to compile it... >>> >> It's also not that hard >> > I do not understand what I have to do... > More precisely, I under windows XP32bit. As you told me, I downloaded > the version 2.7alpha exactly like I did with the 2

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Christophe Genolini
>> And I am not sure I will be able to compile it... > > It's also not that hard I do not understand what I have to do... More precisely, I under windows XP32bit. As you told me, I downloaded the version 2.7alpha exactly like I did with the 2.6.2, I install it exactly the same way and it see

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Uwe Ligges
Christophe Genolini wrote: >> Hmm, please reconsider! >> We have been providing R 2.7.0 alpha in all the usual platform >> flavors for almost two weeks now and we *REALLY* would like >> it to be used and get feedback on new features *BEFORE* release >> if at all possible! >> >> > Ok ok ok

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Christophe Genolini
> Hmm, please reconsider! > We have been providing R 2.7.0 alpha in all the usual platform > flavors for almost two weeks now and we *REALLY* would like > it to be used and get feedback on new features *BEFORE* release > if at all possible! > > Ok ok ok, I will... But I do not find the win

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Uwe Ligges
Christophe Genolini wrote: > John Chambers a écrit : >> Christophe, >> >> Thanks for your work; unfortunately, at the same time you were >> developing your version, the original function was being extended in >> the same direction. > Next time, I will try to not be late... > >> Version 2.7 of

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Martin Maechler
> "CG" == Christophe Genolini <[EMAIL PROTECTED]> > on Sat, 05 Apr 2008 12:47:13 +0200 writes: CG> John Chambers a écrit : >> Christophe, >> >> Thanks for your work; unfortunately, at the same time you >> were developing your version, the original function was

Re: [Rd] package.skeleton.S4

2008-04-05 Thread Christophe Genolini
John Chambers a écrit : > Christophe, > > Thanks for your work; unfortunately, at the same time you were > developing your version, the original function was being extended in > the same direction. Next time, I will try to not be late... > Version 2.7 of R is currently in alpha testing I try us

Re: [Rd] package.skeleton.S4

2008-03-31 Thread John Chambers
Christophe, Thanks for your work; unfortunately, at the same time you were developing your version, the original function was being extended in the same direction. The version of package.skeleton() to be included in the 2.7.0 release of R will deal with S4 classes and methods. When you have

[Rd] package.skeleton.S4

2008-03-30 Thread Christophe Genolini
Hi the devel list. I am adapting the package.skeleton to S4 classes and methods I would have been very proud to post a new working function on this list. Unfortunately, I do not manage to solve all the problems. Mainly - sys.source does not compile a file with setClass - dumpMethod does not exi