/usr/lib/R/site-library/RandomFields/CITATION is in r-cran-randomfields 3.0.44-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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
bibentry(bibtype="Manual",
header="For general purposes please refer to",
footer="",
title = "{RandomFields}: Simulation and Analysis of Random Fields",
author = c(person("Martin", "Schlather"),
person("Alexander", "Malinowski"),
person("Marco", "Oesting"),
person("Daphne", "Boecker"),
person("Kirstin", "Strokorb"),
person("Sebastian", "Engelke"),
person("Johannes", "Martini"),
person("Felix", "Ballani"),
person("Peter", "Menck", middle="J"),
person("Sebastian", "Gross"),
person("Ulrike", "Ober"),
person("Katharina", "Burmeister"),
person("Juliane", "Manitz"),
person("Paulo", "Ribeiro"),
person("Richard", "Singleton"),
person("Ben", "Pfaff"),
person("R Core Team")),
year = year,
note = note,
url = "http://CRAN.R-project.org/package=RandomFields"
)
bibentry(bibtype="Article",
header="For multivariate features please refer to",
footer ="",
author = c(person("Martin", "Schlather"),
person("Alexander", "Malinowski"),
person("Peter", "Menck", middle="J"),
person("Marco", "Oesting"),
person("Kirstin", "Strokorb")),
title = "Analysis, Simulation and Prediction of Multivariate Random Fields with Package {RandomFields}",
journal = "Journal of Statistical Software",
year = "2014",
# key = "",
# volume = "",
# number = "",
# pages = "",
# month = "",
note = "Submitted",
)
|