This file is indexed.

/usr/lib/R/site-library/pkgmaker/NAMESPACE is in r-cran-pkgmaker 0.22-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
 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
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
export(cgetAnywhere)
export(require.quiet)
export(testRversion)
export(Rversion)
export(str_out)
export(str_desc)
export(str_fun)
export(str_diff)
export(extractLocalFun)
export(allFormals)
export(new2)
export(oneoffVariable)
export(sVariable)
export(exitCheck)
export(orderVersion)
export(sortVersion)
export(hasArg2)
export(ExposeAttribute)
export(attr_mode)
export("attr_mode<-")
export(userIs)
export(expand_list)
export(expand_dots)
export(hasEnvar)
export(requireRUnit)
export(checkPlot)
export(checkWarning)
export(makeUnitVignette)
export(writeUnitVignette)
export(utestFramework)
export(unit.test)
export(packageTestEnv)
export(utest)
export(utestPath)
export(addnames)
export(getLoadingNamespace)
export(isLoadingNamespace)
export(isNamespaceLoaded)
export(isDevNamespace)
export(addNamespaceExport)
export(ns_get)
export(R.exec)
export(R.CMD)
export(R.SHLIB)
export(compile_src)
export(packageEnv)
export(topns_name)
export(topns)
export(str_ns)
export(packagePath)
export(isPackageInstalled)
export(packageData)
export(ldata)
export(onLoad)
export(onUnload)
export(postponeAction)
export(runPostponedAction)
export(simpleRegistry)
export(setupPackageOptions)
export(option_symlink)
export(is_option_symlink)
export(option_symlink_target)
export(as.package_options)
export(mkoptions)
export(packageOptions)
export(listPackageOptions)
export(is_NA)
export(isFALSE)
export(isNumber)
export(isReal)
export(isInteger)
export(isString)
export(is.dir)
export(is.file)
export(hasNames)
export(packageRegistry)
export(packageRegistries)
export(hasPackageRegistry)
export(setPackageRegistry)
export(regfetch)
export(pkgreg_fetch)
export(pkgreg_remove)
export(setPackageRegistryEntry)
export(write.pkgbib)
export(packageReference)
export(citecmd)
export(quickinstall)
export(requirePackage)
export(packageDependencies)
export(install.dependencies)
export(setBiocMirror)
export(getBiocMirror)
export(getBiocRepos)
export(setCRANMirror)
export(CRAN)
export(add_lib)
export(isCRANcheck)
export(isCRAN_timing)
export(isCHECK)
export(Sys.getenv_value)
export(inSweave)
export(makeFakeVignette)
export(latex_preamble)
export(latex_bibliography)
export(isManualVignette)
export(rnw)
export(as.rnw)
export(rnwCompiler)
export(rnwWrapper)
export(rnwDriver)
export(rnwIncludes)
export(rnwChildren)
export(parsePackageCitation)
export(vignetteMakefile)
export(compactVignettes)
export(list.libs)
export(libname)
export(source_files)
export(file_extension)
export(setPackageExtraHandler)
export(packageExtraHandler)
export(setPackageExtra)
export(packageExtra)
export(packageExtraRunner)
export(install.extras)
export(install.extrapackages)
export(alphacol)
export(mfrow)
export(RdSection2latex)
export(CLIArgumentParser)
export(parseCMD)
export(packageCLI)
export(knit_ex)
export(hook_try)
export(hook_backspace)
export(str_bs)
export(hook_toggle)
export(write_PACKAGES_index)
import(codetools)
import(digest)
import(stats)
import(methods)
import(registry)
import(stringr)
importFrom(utils,.DollarNames)
importFrom(xtable,xtable)
importFrom(grDevices,col2rgb)
importFrom(tools,Rd_db)
S3method(print,str_diff)
S3method(.DollarNames,ExposeAttribute)
S3method("$",ExposeAttribute)
S3method("$<-",ExposeAttribute)
S3method(print,ExposeAttribute)
S3method(addnames,default)
S3method(addnames,vector)
S3method(addnames,array)
S3method(addnames,matrix)
S3method(print,package_options)
S3method("[[",package_options)
S3method("[[<-",package_options)
S3method(format,package_subregistry)
S3method(format,package_metaregistry)
S3method(print,package_metaregistry)
S3method(xtable,package_metaregistry)
S3method(runVignette,rnw_knitr)
S3method(runVignette,rnw_sweave)