[R] zipping a new package
Jason Turner
jasont at indigoindustrial.co.nz
Thu Jun 3 00:21:14 CEST 2004
On Sun, May 30, 2004 at 03:19:24PM -0500, Laura Holt wrote:
> Dear R People:
>
> I have finally created a little R package.
>
> Do I need to do anything special to create a zip file for that package, or
> just use Winzip, please?
>
> thanks so much
>
> R Windows Version 1.9.0
>
Re-read "Writing R Extensions" for a full description, particularly
"Checking and building packages". In your case, from the directory
just above the top-level directory of your package.
Rcmd BUILD --binary yourpackagename
This takes care of a lot of things related to the build; zipping is
only part of it.
Cheers
Jason
--
Indigo Industrial Controls Ltd.
http://www.indigoindustrial.co.nz
64-21-343-545
jasont at indigoindustrial.co.nz
More information about the R-help
mailing list