They will be built for you. You only upload the .tar.gz file.
See section 1.5 of the Writing Extensions manual.
On Sat, Nov 22, 2008 at 5:35 PM, Ali Baharev <[EMAIL PROTECTED]> wrote:
> Ooops, sorry. Just one more question.
>
> Do i have to make a binary package for Win32 and Mac OS X? Or is it
>
Ooops, sorry. Just one more question.
Do i have to make a binary package for Win32 and Mac OS X? Or is it
done by some server side scripts?
For Win32 it seems to me
http://win-builder.r-project.org/
can build it for me.
Sorry for the dumb questions.
Ali
__
Many thanks!
Otherwise did you find the source OK?
Please note that i have not used R. I just did what i could understand
from the manuals.
Thanks,
Ali
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Ali Baharev wrote:
Dear Developers,
For the attached (very simple) source package i get the following warnings:
* checking foreign function calls ... WARNING
Foreign function calls without 'PACKAGE' argument:
.C("fpow", ...)
See the chapter 'System and foreign language interfaces' of the 'Wri
Dear Developers,
For the attached (very simple) source package i get the following warnings:
* checking foreign function calls ... WARNING
Foreign function calls without 'PACKAGE' argument:
.C("fpow", ...)
See the chapter 'System and foreign language interfaces' of the 'Writing R
Extensions' manu
Ali Baharev wrote:
Dear Developers,
I would like to contribute to the R Project.
I implemented a C function the can be used to calculate minimal
detectable differences for general ANOVA models (sample size
calculations, power analysis).
A demo program and the source code is available from my
On Sun, 16 Nov 2008, Ali Baharev wrote:
Dear Developers,
I would like to contribute to the R Project.
I implemented a C function the can be used to calculate minimal
detectable differences for general ANOVA models (sample size
calculations, power analysis).
A demo program and the source code