This file is indexed.

/usr/lib/R/site-library/withr/NAMESPACE is in r-cran-withr 2.1.0-1ubuntu3.

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
# Generated by roxygen2: do not edit by hand

export(defer)
export(defer_parent)
export(local_)
export(local_bmp)
export(local_cairo_pdf)
export(local_cairo_ps)
export(local_collate)
export(local_connection)
export(local_db_connection)
export(local_dir)
export(local_environment)
export(local_envvar)
export(local_jpeg)
export(local_libpaths)
export(local_locale)
export(local_message_sink)
export(local_namespace)
export(local_options)
export(local_output_sink)
export(local_package)
export(local_par)
export(local_path)
export(local_pdf)
export(local_png)
export(local_postscript)
export(local_svg)
export(local_temp_libpaths)
export(local_tempfile)
export(local_tiff)
export(local_xfig)
export(with_)
export(with_bmp)
export(with_cairo_pdf)
export(with_cairo_ps)
export(with_collate)
export(with_connection)
export(with_db_connection)
export(with_dir)
export(with_environment)
export(with_envvar)
export(with_jpeg)
export(with_libpaths)
export(with_locale)
export(with_makevars)
export(with_message_sink)
export(with_namespace)
export(with_options)
export(with_output_sink)
export(with_package)
export(with_par)
export(with_path)
export(with_pdf)
export(with_png)
export(with_postscript)
export(with_preserve_seed)
export(with_seed)
export(with_svg)
export(with_temp_libpaths)
export(with_tempfile)
export(with_tiff)
export(with_xfig)
importFrom(stats,runif)
importFrom(stats,setNames)