/usr/lib/R/site-library/hypergeo/CITATION is in r-cran-hypergeo 1.2-11-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 21 22 23 24 25 26 27 28 | citHeader("To cite in publications use:")
citEntry(entry = "Article",
title = {
paste("A new family of non-negative distributions.")
},
author = personList(
person(first = "R.",
middle = "K. S.",
last = "Hankin",
email="r.hankin@noc.soton.ac.uk"),
person(first = "A.",
last = "Lee",
email = "lee@stat.auckland.ac.nz")
),
journal = "Australia and New Zealand Journal of Statistics",
year = "2006",
volume = "48",
issue = "1",
pages = "67-78",
textVersion = {
paste("R. K. S. Hankin and A. Lee",
"2006.",
"A new family of non-negative distributions",
"Australia and New Zealand Journal of Statistics",
"48(1):67-78"
)
})
|