From f435cb9974c43df3216c8a1437f8f9afa2356506 Mon Sep 17 00:00:00 2001 From: Luca Coraggio Date: Mon, 17 Apr 2023 18:10:05 +0000 Subject: version 2.0.4 --- inst/CITATION | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'inst/CITATION') 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, -- cgit v1.2.3