/usr/lib/R/site-library/R.methodsS3/CITATION is in r-cran-r.methodss3 1.7.1-2.
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 | citHeader("Please cite R.oo/R.methodsS3 as");
citEntry(
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # BibTeX entry:
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  entry="InProceedings",
  author       = "Henrik Bengtsson",
  title        = "The {R.oo} package - Object-Oriented Programming with References Using Standard {R} Code",
  booktitle    = "Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003)",
  year         = "2003",
  editor       = "Kurt Hornik and Friedrich Leisch and Achim Zeileis",
  address      = "Vienna, Austria",
  month        = "March",
  issn         = "1609-395X",
  url          = "http://www.r-project.org/conferences/DSC-2003/Proceedings/Bengtsson.pdf",
  howpublished = "http://www.r-project.org/conferences/DSC-2003/Proceedings/",
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # Plain-text citation:
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  textVersion = paste(sep="",
    "Bengtsson, H. ",
    "The R.oo package - Object-Oriented Programming with References Using Standard R Code, ",
    "Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003), ",
    "ISSN 1609-395X, ",
    "Hornik, K.; Leisch, F. & Zeileis, A. (ed.), ",
    "2003"
  )
);
 |