This file is indexed.

/usr/lib/R/site-library/ade4/CITATION is in r-cran-ade4 1.7-10-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
42
43
44
45
46
47
48
49
50
51
52
53
citHeader("To cite ade4 in publications use one these references:")

citEntry(entry="Article",
	title = "The ade4 package: implementing the duality diagram for ecologists",
        author = personList(as.person("S. Dray"),as.person("A.B. Dufour")),
	journal = "Journal of Statistical Software",
  	year = "2007",
	volume = "22",
	pages = "1-20",
	number = "4",         
        textVersion = 
        paste("Dray, S. and Dufour, A.B. ",
	       "(2007): ", 
               "The ade4 package: implementing the duality diagram for ecologists. ",
               "Journal of Statistical Software. ",
               "22(4): 1-20.",
               sep="")
         )

citEntry(entry="Article",
	title = "The ade4 package-{I}- {O}ne-table methods",
        author = personList(as.person("D. Chessel"),as.person("A.B. Dufour"), as.person("J. Thioulouse")),
	journal = "R News",
  	year = "2004",
	volume = "4",
	pages = "5-10",
	         
        textVersion = 
        paste("Chessel, D. and Dufour, A.B. and Thioulouse, J. ",
	       "(2004): ", 
               "The ade4 package-I- One-table methods. ",
               "R News. ",
               "4: 5-10.",
               sep="")
         )

citEntry(entry="Article",
	title = "The ade4 package-{II}: {T}wo-table and {K}-table methods.",
        author = personList(as.person("S. Dray"),as.person("A.B. Dufour"), as.person("D. Chessel")),
	journal = "R News",
  	year = "2007",
	volume = "7",
	number = "2",  
	pages = "47-52",
	         
        textVersion = 
        paste("Dray, S. and Dufour, A.B. and Chessel, D. ",
	       "(2007): ", 
               "The ade4 package-II: Two-table and K-table methods. ",
               "R News. ",
               "7(2): 47-52.",
               sep="")
         )