/usr/lib/R/site-library/rgenoud/CITATION is in r-cran-rgenoud 5.7-12.4-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  | citHeader("To cite 'rgenoud' in publications use:")
citEntry(entry = "Article",
  title        = "Genetic Optimization Using Derivatives:  The {rgenoud} Package for {R}",
  author       = personList(person(c("Walter", "R."), "Mebane, Jr."),
                   as.person("Jasjeet S. Sekhon")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "42",
  number       = "11",
  pages        = "1--26",
  url          = "http://www.jstatsoft.org/v42/i11/",
  textVersion  =
  paste("Walter R. Mebane, Jr.,  Jasjeet S. Sekhon (2011).",
        "Genetic Optimization Using Derivatives:  The rgenoud Package for R.",
        "Journal of Statistical Software, 42(11), 1-26.",
        "URL http://www.jstatsoft.org/v42/i11/.")
)
citEntry(header="To refer to the theory on which this package is based, also cite:",
  entry="Article",
  title   = "Genetic Optimization Using Derivatives: Theory and Application to Nonlinear Models",
  author  = personList(as.person("Jasjeet S. Sekhon"),
                       person(c("Walter", "R."), "Mebane, Jr.")),
  journal =  "Political Analysis",
  year    =  "1998",
  volume  = "7",
  pages   = "189--213", 
  textVersion  =
  paste("Jasjeet S. Sekhon, Walter R. Mebane, Jr.  (1998).",
        "Genetic Optimization Using Derivatives: Theory and Application to Nonlinear Models",
        "Political Analysis, 7, 189-213.")
)
citFooter("BibTeX entries for LaTeX users: use\n", sQuote('toBibtex(citation("rgenoud"))'))
 |