Re: [R] writing R extensions

2008-11-04 Thread stephen sefick
If you are going to contribute it then all you need to do is upload it to the ftp site found in writing R extensions and very nice person will oversee the building of windows and mac binaries. that is as far as my knowledge goes. good luck stephen On Tue, Nov 4, 2008 at 10:14 AM, micha_ <[EMAIL

Re: [R] writing R extensions

2008-11-04 Thread Adaikalavan Ramasamy
It sounds like you simply uncompressed your .tar.gz file and then zipped it up. If so, it should not work correctly. You need to compile it for windows. Try something like Rcmd build --binary myRpackageDir and you may need to include "--force" option in the command above. Also

Re: [R] writing R extensions

2008-11-04 Thread Duncan Murdoch
On 11/4/2008 10:14 AM, micha_ wrote: Hi, I'm working on a package and got some problems. After I've done R CMD check and build I get the package.tar.gz which I can install under Linux without any problems. Now I wanted to have a Windows version. I heard that I only have to zip the package folder

[R] writing R extensions

2008-11-04 Thread micha_
Hi, I'm working on a package and got some problems. After I've done R CMD check and build I get the package.tar.gz which I can install under Linux without any problems. Now I wanted to have a Windows version. I heard that I only have to zip the package folder. That worked once, but now the packag

Re: [R] Writing R Extensions : A new R package for Gini Index decomposition to prupose

2008-08-20 Thread Ndoye Souleymane
o: [EMAIL > PROTECTED]; r-help@r-project.org; [EMAIL PROTECTED]> Subject: Re: [R] Writing > R Extensions : A new R package for Gini Index decomposition to prupose> > > there are many useful decompositions of the Gini... which one did you > implement?> > On Tue, Aug 19, 200

Re: [R] Writing R Extensions : A new R package for Gini Index decomposition to prupose

2008-08-20 Thread Ndoye Souleymane
Many thanks for your advice. Regards, Souleymane> Date: Tue, 19 Aug 2008 09:42:30 -0400> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: [R] Writing R Extensions : A new R package for Gini Index decomposition to prupose> CC: r-help@r-project.org; [EMAIL PROTE

Re: [R] Writing R Extensions : A new R package for Gini Index decomposition to prupose

2008-08-19 Thread Robert Duval
there are many useful decompositions of the Gini... which one did you implement? On Tue, Aug 19, 2008 at 8:42 AM, stephen sefick <[EMAIL PROTECTED]> wrote: > See if there is interest. If there is not make your own package or > see if someone else would like to include it into a package that is >

Re: [R] Writing R Extensions : A new R package for Gini Index decomposition to prupose

2008-08-19 Thread stephen sefick
See if there is interest. If there is not make your own package or see if someone else would like to include it into a package that is complementary. Stephen Sefick On Tue, Aug 19, 2008 at 3:46 AM, Ndoye Souleymane <[EMAIL PROTECTED]> wrote: > > Dear All, > > I have developed a programme the ana

[R] Writing R Extensions : A new R package for Gini Index decomposition to prupose

2008-08-19 Thread Ndoye Souleymane
Dear All, I have developed a programme the anable the decomposition of the Gini index, it complets tha valuable work of Achim Zeileis, the author of the ineq package. I would like to make it to be part of all R package. How should I proceed. Must I sent it to the the Core developement team ? Th