/usr/lib/R/library/spatial/NAMESPACE is in r-cran-spatial 7.3-7-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 | 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, plot)
importFrom(stats, anova)
importFrom(stats, deviance)
importFrom(stats, df.residual)
importFrom(stats, extractAIC)
importFrom(stats, fitted)
importFrom(stats, predict)
importFrom(stats, residuals)
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)
|