Skip to content

[Bioc-devel] CITATION on the Bioc package landing page?

4 messages · Martin Morgan, Michael Lawrence, Vincent Carey

#
On 04/25/2014 01:46 PM, Martin Morgan wrote:
Dan has implemented this, see e.g.,

   1. http://bioconductor.org/packages/release/bioc/html/GenomicRanges.html
   2. http://bioconductor.org/packages/release/bioc/html/limma.html
   3. http://bioconductor.org/packages/release/bioc/html/GenomeInfoDb.html

The citations are derived from a CITATION file if it exists (examples 1 and 2) 
or auto-generated from the DESCRIPTION file (example 3), using the equivalent of 
print(citation("GenomicRanges"), style="html") with some post-processing to work 
around bugs in print.bibentry related to parsing strings with embedded escape 
sequences '%' (example 1). print.bibentry prints the citation, but not for 
instance citHeader (in example 2).

Martin