/usr/lib/R/site-library/RcppEigen/CITATION is in r-cran-rcppeigen 0.3.2.9.0-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 | citHeader("To cite RcppEigen in publications use:")
citEntry(entry = "Article",
title = "Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package",
author = personList(as.person("Douglas Bates"),
as.person("Dirk Eddelbuettel")),
journal = "Journal of Statistical Software",
year = "2013",
volume = "52",
number = "5",
pages = "1--24",
url = "http://www.jstatsoft.org/v52/i05/",
textVersion =
paste("Douglas Bates, Dirk Eddelbuettel (2013).",
"Fast and Elegant Numerical Linear Algebra Using the RcppEigen Package.",
"Journal of Statistical Software, 52(5), 1-24.",
"URL http://www.jstatsoft.org/v52/i05/.")
)
|