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
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
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