/usr/lib/R/library/spatial/NAMESPACE is in r-cran-spatial 7.3-11-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 | useDynLib(spatial, .registration = TRUE)
export(anova.trls, anovalist.trls, correlogram, expcov, gaucov, Kaver,
Kenvl, Kfn, plot.trls, ppgetregion, ppinit, pplik, ppregion,
predict.trls, prmat, Psim, semat, sphercov, SSI, Strauss,
surf.gls, surf.ls, trls.influence, trmat, variogram)
importFrom(graphics, abline, plot, points, symbols)
importFrom(stats, anova, deviance, df.residual, extractAIC, fitted,
pf, predict, quantile, residuals, var)
S3method(anova,trls)
S3method(deviance,trls)
S3method(df.residual,trls)
S3method(extractAIC,trls)
S3method(fitted,trls)
S3method(plot,trls)
S3method(predict,trls)
S3method(residuals,trls)
S3method(summary,trls)
|