Message-ID: <CALEXWq3d+x6UqDv=iTL4FfuigNqWqj9yoNbdZXaUjSZHTPJCNg@mail.gmail.com>
Date: 2019-05-29T22:48:35Z
From: IƱaki Ucar
Subject: Making a package CITATION file from BibTeX
In-Reply-To: <D3161B69-D245-47A3-BBC0-030CA767EFC9@mrc-lmb.cam.ac.uk>
I believe r-package-devel is the proper list for this. Now in CC.
On Thu, 30 May 2019 at 00:16, Dr Gregory Jefferis
<jefferis at mrc-lmb.cam.ac.uk> wrote:
>
> Dear Colleagues,
>
> I would like to provide a CITATION file for my package nat.nblast [1].
>
> I have the correct citation in BibTeX format [2]. How can I convert this
> BibTeX to the format needed by R for a package CITATION file (I have a
> lot of other packages needing citations ...).
>
> I think what I need is the opposite of RefManageR::toBiblatex [3]. This
> seems like it should be a common need, so I feel sure I must be missing
> something, but I can't seem to google up any hints.
There's a specific section in the manual about this (1.9 CITATION
files), and lots of examples out there. Here's one:
https://github.com/r-simmer/simmer/blob/master/inst/CITATION
I?aki