This file is indexed.

/usr/share/doc/r-cran-tibble/tests/testthat/output/glimpse/all-70.txt is in r-cran-tibble 1.4.1-1ubuntu1.

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
Observations: 3
Variables: 9
$ a <dbl> 1.0, 2.5, NA
$ b <int> 1, 2, NA
$ c <lgl> TRUE, FALSE, NA
$ d <chr> "a", "b", NA
$ e <fctr> a, b, NA
$ f <date> 2015-12-10, 2015-12-11, NA
$ g <dttm> 2015-12-09 10:51:35, 2015-12-09 10:51:36, NA
$ h <list> [1, 2, NA]
$ i <list> [[1, <2, 3>], [<4, 5, 6>], [NA]]