This file is indexed.

/usr/lib/R/site-library/rprojroot/NAMESPACE is in r-cran-rprojroot 1.2-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
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand

S3method("|",root_criterion)
S3method(as.root_criterion,character)
S3method(as.root_criterion,default)
S3method(as.root_criterion,root_criterion)
S3method(format,root_criterion)
S3method(print,root_criterion)
S3method(str,root_criteria)
export(as.root_criterion)
export(criteria)
export(find_package_root_file)
export(find_remake_root_file)
export(find_root)
export(find_root_file)
export(find_rstudio_root_file)
export(find_testthat_root_file)
export(from_wd)
export(get_root_desc)
export(has_dir)
export(has_dirname)
export(has_file)
export(has_file_pattern)
export(is.root_criterion)
export(is_git_root)
export(is_projectile_project)
export(is_r_package)
export(is_remake_project)
export(is_rstudio_project)
export(is_svn_root)
export(is_testthat)
export(is_vcs_root)
export(root_criterion)
import(backports)
importFrom(utils,str)