/usr/lib/R/site-library/lavaan/CITATION is in r-cran-lavaan 0.5.22-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 lavaan in publications use:")
citEntry(entry = "Article",
  title        = "{lavaan}: An {R} Package for Structural Equation Modeling",
  author       = as.person("Yves Rosseel"),
  journal      = "Journal of Statistical Software",
  year         = "2012",
  volume       = "48",
  number       = "2",
  pages        = "1--36",
  url          = "http://www.jstatsoft.org/v48/i02/",
  textVersion  =
  paste("Yves Rosseel (2012).",
        "lavaan: An R Package for Structural Equation Modeling.",
        "Journal of Statistical Software, 48(2), 1-36.",
        "URL http://www.jstatsoft.org/v48/i02/.")
)
 |