/usr/lib/R/site-library/MatchIt/CITATION is in r-cran-matchit 2.4-21-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 | citHeader("To cite MatchIt in publications use:")
citEntry(entry = "Article",
  title        = "{MatchIt}: Nonparametric Preprocessing for Parametric Causal Inference",
  author       = personList(as.person("Daniel E. Ho"),
                   as.person("Kosuke Imai"),
                   as.person("Gary King"),
                   as.person("Elizabeth A. Stuart")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "42",
  number       = "8",
  pages        = "1--28",
  url          = "http://www.jstatsoft.org/v42/i08/",
  textVersion  =
  paste("Daniel E. Ho, Kosuke Imai, Gary King, Elizabeth A. Stuart (2011).",
        "MatchIt: Nonparametric Preprocessing for Parametric Causal Inference.",
        "Journal of Statistical Software, Vol. 42, No. 8, pp. 1-28.",
        "URL http://www.jstatsoft.org/v42/i08/")
)
 |