This file is indexed.

/usr/lib/R/site-library/deSolve/CITATION is in r-cran-desolve 1.12-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
citHeader("To cite package 'deSolve' in publications use:")

citEntry(entry="Article",
  title = "Solving Differential Equations in R: Package deSolve",
  author = personList(as.person("Karline Soetaert"), 
                      as.person("Thomas Petzoldt"),
                      as.person("R. Woodrow Setzer")),
  journal =	"Journal of Statistical Software",
  volume =	"33",
  number =	"9",
  pages =	"1--25",
  year = 	"2010",
  CODEN =	"JSSOBK",
  ISSN = 	"1548-7660",
  URL =  	"http://www.jstatsoft.org/v33/i09",
  keywords =	"ordinary differential equations, partial differential
    equations, differential algebraic equations, initial value problems,
    R, FORTRAN, C",
  textVersion =  paste("Karline Soetaert, Thomas Petzoldt, R. Woodrow Setzer (2010).
  Solving Differential Equations in R: Package deSolve
  Journal of Statistical Software, 33(9), 1--25.
  URL http://www.jstatsoft.org/v33/i09/.")
)