/usr/lib/R/site-library/sn/CITATION is in r-cran-sn 1.5-1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | citHeader("To cite the 'sn' package in publications use:")
if(!exists("meta") || is.null(meta)) meta <- packageDescription("sn")
citEntry(entry="manual",
title = paste("The {R} package \\texttt{sn}: ",
"The Skew-Normal and Related Distributions such as
the Skew-$t$ (version ", meta$Version, ").", sep=""),
author = personList(as.person("A. Azzalini")),
address = "Universit\\`a di Padova, Italia",
year = substr(meta$Date, 1, 4),
url = "http://azzalini.stat.unipd.it/SN",
textVersion =
paste("Azzalini, A. (", substr(meta$Date, 1, 4), "). ",
"The R package 'sn': The Skew-Normal and Related Distributions
such as the Skew-t", " (version ", meta$Version, "). ",
"URL http://azzalini.stat.unipd.it/SN",
sep="")
)
|