This file is indexed.

/usr/lib/R/site-library/msm/CITATION is in r-cran-msm 1.6.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
citHeader("To cite msm in publications use:")

citEntry(entry = "Article",
  title        = "Multi-State Models for Panel Data: The {msm} Package for {R}",
  author       = personList(as.person("Christopher H. Jackson")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "38",
  number       = "8",
  pages        = "1--29",
  url          = "http://www.jstatsoft.org/v38/i08/",

  textVersion  =
  paste("Christopher H. Jackson (2011).",
        "Multi-State Models for Panel Data: The msm Package for R.",
        "Journal of Statistical Software, 38(8), 1-29.",
        "URL http://www.jstatsoft.org/v38/i08/.")
)