This file is indexed.

/usr/lib/R/site-library/tibble/NAMESPACE 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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand

S3method("$",tbl_df)
S3method("[",tbl_df)
S3method("[[",tbl_df)
S3method("row.names<-",tbl_df)
S3method(as.data.frame,tbl_df)
S3method(as_data_frame,"NULL")
S3method(as_data_frame,data.frame)
S3method(as_data_frame,default)
S3method(as_data_frame,list)
S3method(as_data_frame,matrix)
S3method(as_data_frame,table)
S3method(as_data_frame,tbl_df)
S3method(as_tibble,"NULL")
S3method(as_tibble,data.frame)
S3method(as_tibble,default)
S3method(as_tibble,list)
S3method(as_tibble,matrix)
S3method(as_tibble,poly)
S3method(as_tibble,table)
S3method(as_tibble,tbl_df)
S3method(as_tibble,ts)
S3method(check_names_before_after,character)
S3method(check_names_before_after,default)
S3method(check_names_df,character)
S3method(check_names_df,default)
S3method(check_names_df,logical)
S3method(check_names_df,numeric)
S3method(format,tbl)
S3method(format,tbl_df)
S3method(format,trunc_mat)
S3method(format_v,character)
S3method(format_v,default)
S3method(format_v,list)
S3method(glimpse,data.frame)
S3method(glimpse,default)
S3method(glimpse,tbl)
S3method(print,tbl)
S3method(print,tbl_df)
S3method(print,trunc_mat)
S3method(quote_n,character)
S3method(quote_n,default)
S3method(tbl_sum,default)
S3method(tbl_sum,tbl)
S3method(type_sum,tbl_df)
export(add_case)
export(add_column)
export(add_row)
export(as.tibble)
export(as_data_frame)
export(as_tibble)
export(column_to_rownames)
export(data_frame)
export(data_frame_)
export(deframe)
export(enframe)
export(frame_data)
export(frame_matrix)
export(glimpse)
export(has_name)
export(has_rownames)
export(is.tibble)
export(is_tibble)
export(is_vector_s3)
export(knit_print.trunc_mat)
export(lst)
export(lst_)
export(new_tibble)
export(obj_sum)
export(remove_rownames)
export(repair_names)
export(rowid_to_column)
export(rownames_to_column)
export(set_tidy_names)
export(tbl_sum)
export(tibble)
export(tibble_)
export(tidy_names)
export(tribble)
export(trunc_mat)
export(type_sum)
import(rlang)
importFrom(methods,setOldClass)
importFrom(pillar,is_vector_s3)
importFrom(pillar,obj_sum)
importFrom(pillar,style_subtle)
importFrom(pillar,type_sum)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)
useDynLib(tibble, .registration = TRUE)