Skip to content
Prev 30623 / 63424 Next

Strategy for downloading packages

On Wed, 19 Nov 2008, Duncan Murdoch wrote:

            
I don't think the install order matters for binary packages (on Windows or 
elsewhere).  install.packages() certainly does not optimize it.
The easiest way is to copy a repository to the CD-ROM, and point repos at 
that (as a file::// URL).  You can even add files and rebuild the PACKAGES 
file (using tools::write_PACKAGES).

But if the list of packages never changes, why not just install them in a 
separate library and burn that on the CD-ROM?