Skip to content

[R-pkg-devel] References in package description file

3 messages · David Hugh-Jones, Wolfgang Lenhard

#
Hello world,
is there a standard way of adding references (scientific papers ...) to 
the description file in R packages other than putting the DOI in the 
description text? Does a best practise exist on how much references are 
advisable in order not to clutter the package information? Or should I 
put these things in the vignette instead?

Thanks and best regards,
 ??? Wolfgang
#
Hi Wolfgang,

You can use the CITATION file. See ?citation and ?bibentry.

Cheers,
David


On Mon, 16 Sep 2019 at 08:55, Wolfgang Lenhard <
wolfgang.lenhard at uni-wuerzburg.de> wrote:

            

  
  
#
Fantastic! Thanks!

Am 16.09.2019 um 10:05 schrieb David Hugh-Jones: