This file is indexed.

/usr/lib/R/site-library/assertthat/NAMESPACE is in r-cran-assertthat 0.1-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
export("%has_args%")
export("%has_attr%")
export("%has_name%")
export("on_failure<-")
export(are_equal)
export(assert_that)
export(has_args)
export(has_attr)
export(has_extension)
export(has_name)
export(is.count)
export(is.date)
export(is.dir)
export(is.error)
export(is.flag)
export(is.number)
export(is.readable)
export(is.scalar)
export(is.string)
export(is.time)
export(is.writeable)
export(noNA)
export(not_empty)
export(on_failure)
export(see_if)
export(validate_that)
importFrom(tools,file_ext)