/usr/lib/R/site-library/pwt8/CITATION is in r-cran-pwt8 8.1.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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | citHeader("When using pwt8 in publications, please cite both the pwt8 package and the Penn World Table itself:")
if(!exists("meta") || is.null(meta)) meta <- packageDescription("pwt8")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
citEntry(entry = "Manual",
title = "pwt8: Penn World Table (Version 8.0)",
author = personList(as.person("Achim Zeileis")),
year = year,
note = note,
url = "http://CRAN.R-project.org/package=pwt8",
textVersion =
paste("Achim Zeileis",
sprintf("(%s).", year),
"pwt8: Penn World Table (Version 8.x).",
paste(note, ".", sep = ""),
"URL http://CRAN.R-project.org/package=pwt8."),
header = "To cite pwt8, the R package, please use:"
)
citEntry(entry = "Article",
title = "The Next Generation of the Penn World Table",
author = personList(as.person("Robert C. Feenstra"),
as.person("Robert Inklaar"),
as.person("Marcel P. Timmer")),
year = "2015",
journal = "American Economic Review",
note = "Forthcoming",
url = "http://www.ggdc.net/pwt/",
textVersion =
paste("Robert C. Feenstra, Robert Inklaar, Marcel P. Timmer (2015).",
"The Next Generation of the Penn World Table.",
"American Economic Review, Forthcoming.",
"URL http://www.ggdc.net/pwt/."),
header = "To cite the Penn World Table (version 8.x), please use:"
)
|