/usr/lib/R/site-library/tgp/CITATION is in r-cran-tgp 2.4-14-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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | citHeader("To cite tgp in publications use:")
citEntry(entry = "Article",
title = "{tgp}: An {R} Package for Bayesian Nonstationary, Semiparametric Nonlinear Regression and Design by Treed Gaussian Process Models",
author = personList(as.person("Robert B. Gramacy")),
journal = "Journal of Statistical Software",
year = "2007",
volume = "19",
number = "9",
pages = "1--46",
url = "http://www.jstatsoft.org/v19/i09/",
textVersion =
paste("Robert B. Gramacy (2007).",
"tgp: An R Package for Bayesian Nonstationary, Semiparametric Nonlinear Regression and Design by Treed Gaussian Process Models.",
"Journal of Statistical Software, 19(9), 1-46.",
"URL http://www.jstatsoft.org/v19/i09/.")
)
citEntry(entry = "Article",
title = "Categorical Inputs, Sensitivity Analysis, Optimization and Importance Tempering with {tgp} Version 2, an {R} Package for Treed Gaussian Process Models",
author = personList(as.person("Robert B. Gramacy"),
as.person("Matthew Taddy")),
journal = "Journal of Statistical Software",
year = "2010",
volume = "33",
number = "6",
pages = "1--48",
url = "http://www.jstatsoft.org/v33/i06/",
textVersion =
paste("Robert B. Gramacy, Matthew Taddy (2010).",
"Categorical Inputs, Sensitivity Analysis, Optimization and Importance Tempering with tgp Version 2, an R Package for Treed Gaussian Process Models.",
"Journal of Statistical Software, 33(6), 1-48.",
"URL http://www.jstatsoft.org/v33/i06/.")
)
|