[Rd] bundle build and Rd2Sd converion fail (PR#519)

Paul Gilbert pgilbert@bank-banque-canada.ca
Fri, 14 Apr 2000 10:44:14 -0400


Sergei

If you just blend together the bundle DESCRIPTION and the DESCRIPTION.in for
each package in the bundle, and put this in a DESCRIPTION file in the package,
then you can run R CMD build on the package. Here are some lines from my
makefile for package dse1 (in  bundle dse):

 cat DESCRIPTION | grep -v Bundle | grep -v Contains \
       >dse1/DESCRIPTION
 cat dse1/DESCRIPTION.in  >>dse1/DESCRIPTION

After you do this R CMD build works on the package and does all its testing, and
produces a tar.gz for each package. You then need to delete these and manually
tar and gzip the bundle.

Paul Gilbert

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._