summaryrefslogtreecommitdiff
path: root/inst/CITATION
diff options
context:
space:
mode:
authorLuca Coraggio <luca.coraggio@unina.it>2023-04-17 18:10:05 +0000
committercran-robot <csardi.gabor+cran@gmail.com>2023-04-17 18:10:05 +0000
commitf435cb9974c43df3216c8a1437f8f9afa2356506 (patch)
tree361d1cb7ca8a649080f525e3c3d7115bf21cc2ef /inst/CITATION
parent4690747837f7266059dbd56690b52fe51aa5bd2e (diff)
version 2.0.4
Diffstat (limited to 'inst/CITATION')
-rw-r--r--inst/CITATION22
1 files changed, 11 insertions, 11 deletions
diff --git a/inst/CITATION b/inst/CITATION
index 2ee61ef..aa4b09e 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -3,12 +3,12 @@ citHeader("To cite package 'RSC' in publications use:")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
-citEntry(entry="Manual",
+bibentry(bibtype="Manual",
title = "RSC: robust and sparse correlation matrix estimation",
- author = personList(person(given="Luca", family="Coraggio"),
- person(given="Pietro", family="Coretto"),
- person(given="Angela", family="Serra"),
- person(given="Roberto", family="Tagliaferri")),
+ author = c(person(given="Luca", family="Coraggio"),
+ person(given="Pietro", family="Coretto"),
+ person(given="Angela", family="Serra"),
+ person(given="Roberto", family="Tagliaferri")),
year = year,
note = note,
textVersion =
@@ -20,14 +20,14 @@ citEntry(entry="Manual",
-citEntry(entry="Article",
+bibentry(bibtype="Article",
title = "Robust and sparse correlation matrix estimation for the analysis
of high-dimensional genomics data",
- author = personList(person(given="Angela", family="Serra"),
- person(given="Pietro", family="Coretto"),
- person(given="Michele", family="Fratello"),
- person(given="Roberto", family="Tagliaferri")
- ),
+ author = c(person(given="Angela", family="Serra"),
+ person(given="Pietro", family="Coretto"),
+ person(given="Michele", family="Fratello"),
+ person(given="Roberto", family="Tagliaferri")
+ ),
year = 2018,
journal = "Bioinformatics",
volume = 34,