/usr/lib/R/site-library/Amelia/NAMESPACE is in r-cran-amelia 1.7.4-1build1.
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | export(amelia,
write.amelia,
AmeliaView,
## amelia.prep,
ameliabind,
compare.density,
overimpute,
disperse,
tscsPlot,
missmap,
moPrep,
transform.amelia,
mi.meld)
import(foreign)
import(utils)
import(Rcpp)
S3method(print, amelia)
S3method(plot, amelia)
S3method(summary, amelia)
S3method(amelia, amelia)
S3method(amelia, default)
S3method(amelia, molist)
S3method(moPrep, molist)
S3method(moPrep, default)
S3method(transform, amelia)
useDynLib(Amelia)
importFrom("grDevices", "chull", "colorRampPalette", "dev.copy2pdf",
"dev.new", "devAskNewPage", "heat.colors", "rainbow", "rgb")
importFrom("graphics", "abline", "arrows", "axis", "hist", "image",
"legend", "lines", "matplot", "par", "plot", "plot.new",
"plot.window", "points", "rect", "segments", "text",
"xinch", "xyinch")
importFrom("methods", "hasArg", "is")
importFrom("stats", "coef", "complete.cases", "cov", "density", "lm",
"na.omit", "prcomp", "qnorm", "quantile", "rbinom",
"reshape", "rnorm", "runif", "sd", "var")
|