[R] R CMD build for windows package from linux

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Jun 29 09:24:21 CEST 2009


On Sun, 28 Jun 2009, Jorge Cornejo wrote:

> Hi, exist any way to create a windows installable package from a Linux R
> installation ??

Not in general, but see 'Writing R Extensions'.  If no compiled code 
is involved -- you can then zip up the installed Linux package. More 
generally, you can submit to win-builder.r-project.org.

> I try R CMD build --binary --use-zip MyPack But generate a tar.gz file.

As documented ....

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list