diff options
Diffstat (limited to 'inst/CITATION')
| -rw-r--r-- | inst/CITATION | 22 |
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, |
