/usr/lib/R/site-library/glmnet/CITATION is in r-cran-glmnet 2.0-16-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 40 41  | citHeader("To cite glmnet in publications use:")
citEntry(entry = "Article",
  title        = "Regularization Paths for Generalized Linear Models via Coordinate Descent",
  author       = personList(as.person("Jerome Friedman"),
                   as.person("Trevor Hastie"),
                   as.person("Robert Tibshirani")),
  journal      = "Journal of Statistical Software",
  year         = "2010",
  volume       = "33",
  number       = "1",
  pages        = "1--22",
  url          = "http://www.jstatsoft.org/v33/i01/",
  textVersion  =
  paste("Jerome Friedman, Trevor Hastie, Robert Tibshirani (2010).",
        "Regularization Paths for Generalized Linear Models via Coordinate Descent.",
        "Journal of Statistical Software, 33(1), 1-22.",
        "URL http://www.jstatsoft.org/v33/i01/.")
)
citEntry(entry = "Article",
  title        = "Regularization Paths for Cox's Proportional Hazards Model via Coordinate Descent",
  author       = personList(as.person("Noah Simon"),
                   as.person("Jerome Friedman"),
                   as.person("Trevor Hastie"),
                   as.person("Rob Tibshirani")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "39",
  number       = "5",
  pages        = "1--13",
  url          = "http://www.jstatsoft.org/v39/i05/",
  textVersion  =
  paste("Noah Simon, Jerome Friedman, Trevor Hastie, Rob Tibshirani (2011).",
        "Regularization Paths for Cox's Proportional Hazards Model via Coordinate Descent.",
        "Journal of Statistical Software, 39(5), 1-13.",
        "URL http://www.jstatsoft.org/v39/i05/."),
  header       = "If coxnet is used, please also cite:"
)
 |