This file is indexed.

/usr/lib/R/site-library/nloptr/NAMESPACE is in r-cran-nloptr 1.0.4-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
### NAMESPACE

useDynLib(nloptr, NLoptR_Optimize)

## Public routines
export(nloptr, is.nloptr, nloptr.print.options, nloptr.get.default.options)
export(check.derivatives)

export(nl.grad, nl.jacobian)
export(nl.opts)
export(slsqp)
export(cobyla, bobyqa, newuoa)
export(direct, directL)
export(neldermead, sbplx)
export(lbfgs, tnewton)
export(mma)
export(varmetric)
export(mlsl)
export(crs2lm, isres)
export(stogo)
export(auglag)

## S3 and S4 methods
S3method(print, nloptr)