/usr/lib/R/site-library/ddalpha/CITATION is in r-cran-ddalpha 1.3.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 | citHeader("To cite ddalpha in publications use:")
citEntry(entry = "Article",
title = "Depth and depth-based classification with R-package ddalpha",
author = personList(as.person("Oleksii Pokotylo"),
as.person("Pavlo Mozharovskyi"),
as.person("Rainer Dyckerhoff")),
journal = "arXiv:1608.04109",
year = "2016",
textVersion =
paste("Pokotylo, O., Mozharovskyi, P., and Dyckerhoff, R. (2016).",
"Depth and depth-based classification with R-package ddalpha",
"arXiv:1608.04109")
)
|