This file is indexed.

/usr/lib/R/site-library/taxize/CITATION is in r-cran-taxize 0.9.0-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
citHeader("To cite taxize in publications use at least the first, if not both:")

citEntry(entry = "Article",
   title          = "taxize - taxonomic search and retrieval in R",
   journal		    = "F1000Research",
   author         = personList(person("Scott Chamberlain"), person("Eduard Szocs")),
   year           = "2013",
   url            = "http://f1000research.com/articles/2-191/v2",

   textVersion  =
   paste("Scott Chamberlain and Eduard Szocs (2013).",
        "taxize - taxonomic search and retrieval in R.",
        "F1000Research, 2:191. URL: http://f1000research.com/articles/2-191/v2.")
)

citEntry(entry = "Manual",
  title   = "taxize: Taxonomic information from around the web",
  author  = "Scott Chamberlain and Eduard Szocs and Carl Boettiger and Karthik Ram and Ignasi Bartomeus and John Baumgartner and Zachary Foster and James O'Donnell",
  year    = "2016",
  note    = "R package version 0.7.8",
  url     = "https://github.com/ropensci/taxize",

  textVersion =
  paste("Scott Chamberlain, Eduard Szocs, Carl Boettiger, Karthik Ram, Ignasi Bartomeus, John Baumgartner, Zachary Foster, and James O'Donnell (2016) taxize: Taxonomic information from around the web. R package version 0.7.8. https://github.com/ropensci/taxize")
)