/usr/lib/R/site-library/sm/CITATION is in r-cran-sm 2.2-4.1-1.
This file is owned by root:root, with mode 0o755.
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 | citHeader("To cite the sm package in publications use:")
citEntry(entry="manual",
         title = paste("{R} package \\texttt{sm}:",
                  "nonparametric smoothing methods (version 2.2-4)",  
                  sep=" "),
         author = personList(as.person("A. W. Bowman"), as.person("A. Azzalini")),
         address  = "University of Glasgow, UK and Universit\\`a di Padova, Italia",
         year     = "2010",
         url      = paste("URL http://www.stats.gla.ac.uk/~adrian/sm, ",
                        "http://azzalini.stat.unipd.it/Book_sm", sep=""),
         textVersion =  paste(
                   "Bowman, A. W. and Azzalini, A. (2010). ",
                   "R package 'sm': nonparametric smoothing methods",
	               " (version 2.2-4)", 
                   " URL http://www.stats.gla.ac.uk/~adrian/sm, ",
                      "http://azzalini.stat.unipd.it/Book_sm",
                    sep="")
)
 |