/usr/lib/R/library/survival/CITATION is in r-cran-survival 2.38-3-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  | bibentry(bibtype="Manual",
         title = "A Package for Survival Analysis in S",
	 author= person(c("Terry M"), "Therneau"),
	 year =2015,
	 note ="version 2.38",
 	 url="http://CRAN.R-project.org/package=survival",
	 key= "survival-package"
	 )
bibentry(bibtype= "Book",
         title="Modeling Survival Data: Extending the {C}ox Model",
	 author=c(person(c("Terry M.", "Therneau")),
	          person(c("Patricia M.", "Grambsch"))),
         year = "2000",
         publisher= "Springer",
         address = "New York",
         isbn = "0-387-98784-3",
	 key = "survival-book"
	 )
 |