/usr/lib/R/site-library/minpack.lm/NAMESPACE is in r-cran-minpack.lm 1.2-1-3.
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 | useDynLib(minpack.lm)
export(nls.lm, nls.lm.control, nlsLM, wfct)
S3method("print", "nls.lm")
S3method("residuals", "nls.lm")
S3method("coef", "nls.lm")
S3method("deviance", "nls.lm")
S3method("summary", "nls.lm")
S3method("vcov", "nls.lm")
S3method("df.residual", "nls.lm")
S3method("print", "summary.nls.lm")
importFrom("stats", "as.formula", "coef", "deviance", "getInitial",
"model.weights", "na.omit", "nls.control", "numericDeriv",
"printCoefmat", "pt", "qt", "resid", "residuals",
"setNames", "var", "vcov")
|