From 08e44ab36ffdc20dee9d61d00b404d03dc0f887d Mon Sep 17 00:00:00 2001 From: nsheff Date: Fri, 17 Nov 2023 01:57:36 +0000 Subject: [PATCH] add in citation --- inst/CITATION | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 inst/CITATION diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..e371414 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,11 @@ +citHeader("If you use pepr, please cite:") + +bibentry( + key = "Sheffield2021", + bibtype = "Article", + doi = "10.1093/gigascience/giab077", + title = "Linking big biomedical datasets to modular analysis with Portable Encapsulated Projects", + journal = "GigaScience", + author = "NC Sheffield, M Stolarczyk, VP Reuter, and AF Rendeiro", + year = "2021" +) \ No newline at end of file