Re: [Rd] Creating a package bundle.

2006-03-27 Thread Seth Falcon
Hi Steve, Are you sure you want a bundle? If you are writing your own package Foo that depends on two pacakges already available via CRAN, then all you need to do is list those two pacakges in the Depends field of your package's DESCRIPTION file. This will give you the automatic downloading of F

Re: [Rd] Creating a package bundle.

2006-03-27 Thread Uwe Ligges
Steve Su wrote: > Dear All, > > > > What is the easiest way to create a package bundle in R? I have three > packages I would like to group together in which one package will > depends on three others. It looks like from > > http://tolstoy.newcastle.edu.au/R/help/01a/0284.html, all that is > r

[Rd] Creating a package bundle.

2006-03-26 Thread Steve Su
Dear All, What is the easiest way to create a package bundle in R? I have three packages I would like to group together in which one package will depends on three others. It looks like from http://tolstoy.newcastle.edu.au/R/help/01a/0284.html, all that is required is to put require in the .Fir