/usr/lib/R/site-library/numDeriv/NAMESPACE is in r-cran-numderiv 2016.8-1-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 | export("grad")
S3method("grad", "default")
export("jacobian")
S3method("jacobian", "default")
export("hessian")
S3method("hessian", "default")
export("genD")
S3method("genD", "default")
|