/usr/lib/R/site-library/jsonlite/CITATION is in r-cran-jsonlite 1.2-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 jsonlite in publications use:")
citEntry(entry = "Article",
title = "The jsonlite Package: A Practical and Consistent Mapping Between JSON Data and R Objects",
author = personList(as.person("Jeroen Ooms")),
journal = "arXiv:1403.2805 [stat.CO]",
year = "2014",
url = "https://arxiv.org/abs/1403.2805",
textVersion =
paste("Jeroen Ooms (2014).",
"The jsonlite Package: A Practical and Consistent Mapping Between JSON Data and R Objects.",
"arXiv:1403.2805 [stat.CO]",
"URL https://arxiv.org/abs/1403.2805.")
)
|