/usr/lib/R/site-library/etm/CITATION is in r-cran-etm 0.6-2-4.
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 etm in publications use:")
citEntry(entry = "Article",
title = "Empirical Transition Matrix of Multi-State Models: The {etm} Package",
author = personList(as.person("Arthur Allignol"),
as.person("Martin Schumacher"),
as.person("Jan Beyersmann")),
journal = "Journal of Statistical Software",
year = "2011",
volume = "38",
number = "4",
pages = "1--15",
url = "http://www.jstatsoft.org/v38/i04/",
textVersion =
paste("Arthur Allignol, Martin Schumacher, Jan Beyersmann (2011).",
"Empirical Transition Matrix of Multi-State Models: The etm Package.",
"Journal of Statistical Software, 38(4), 1-15.",
"URL http://www.jstatsoft.org/v38/i04/.")
)
|