/usr/lib/R/site-library/scatterplot3d/CITATION is in r-cran-scatterplot3d 0.3-40-2.
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 | citHeader("To cite scatterplot3d in publications use:")
citEntry(entry = "article",
title = "Scatterplot3d - an R Package for Visualizing Multivariate Data",
author = c(person(given="Uwe", family="Ligges", email="Uwe.Ligges@R-project.org"),
person(given="Martin", family='M{\\"a}chler', email="Martin.Maechler@R-project.org")),
journal = "Journal of Statistical Software",
year = 2003,
pages = "1--20",
number = 11,
volume = 8,
url = "http://www.jstatsoft.org",
textVersion = paste("Ligges, U. and Mächler, M. (2003).",
"Scatterplot3d - an R Package for Visualizing Multivariate Data.",
"Journal of Statistical Software 8(11), 1-20.")
)
|