[Debian-med-packaging] [devteam-bioc] How to create the documentation of BiocParallel
Valerie Obenchain
vobencha at fhcrc.org
Mon Jun 30 15:32:16 UTC 2014
Hi Andreas,
Source for all Bioconductor packages without the build/directory (i.e,
without the vignette as a pdf) are available in subversion. This page
has instructions on how to check out from svn:
http://www.bioconductor.org/developers/how-to/source-control/
To create the vignette you can run R CMD build on the package directory
you just checked out from svn:
R CMD build BiocParallel/
or you can operate on just the .Rnw file in vignettes/:
R CMD Sweave Overview.Rnw (creates .tex)
R CMD pdflatex Overview.tex (creates .pdf)
Valerie
On 06/30/14 00:30, Maintainer wrote:
> Hello,
>
> as you might have realised the Debian Med team tries to package
> BioConductor modules for official Debian. When looking at
> BiocParallel I realised that the tarball contains a PDF
>
> BiocParallel/build/BiocParallel.pdf
>
> which has no obvious source and rule how it was created. Debian
> ftpmaster is considering PDFs as "binary without source" and I would
> probably need to remove the file which is not in the interest of our
> users. Could you give me some hint how to create this PDF?
>
> Thanks for providing BioConductor as Free Software
>
> Andreas.
>
>
More information about the Debian-med-packaging
mailing list