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
[EMAIL PROTECTED]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to