Re: [Rd] Bundle internal dependencies

2006-03-29 Thread Paul Gilbert
Iago What you are trying to do should work, but there are a couple of things to watch out for. In the bundle DESCRIPTION "Contains" line be sure to put the packages in the order that they should be checked. In the R code for package B be sure to put an .onload function with requires("A"), or

[Rd] Bundle internal dependencies

2006-03-29 Thread Iago Mosqueira
Dear all, When creating a bundle with some internal dependencies (package B in bundle depends on package A), would having the same version installed suffice? Can I ignore the dependencie in package B's description? The test of package B fails when calling data() for an object in pacakge A, so I am