On Tue, 4 Jan 2005 11:31:27 -0000, "michael watson \(IAH-C\)"
<[EMAIL PROTECTED]> wrote:

>As the title suggests, when building R packages on Windows, what is the
>difference between:
>
>R CMD build --binary mypack
>
>And 
>
>R CMD INSTALL --build mypack
>
>??  The former is suggested by my previous notes and seems to work, and
>the latter is suggested by
>http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html, and also
>seems to work.

The former builds the package in a temporary directory.

The latter installs the package in the standard library location, then
builds from the installed copy.  This does a better job because it
allows help links to other packages.  

Duncan

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

Reply via email to