/usr/lib/R/site-library/urca/NAMESPACE is in r-cran-urca 1.2-9-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 | ##
import(methods)
import(nlme)
##
useDynLib(urca)
## Functions
export(ablrtest, alphaols, alrtest, blrtest, bh5lrtest, bh6lrtest, ca.jo, ca.po,
cajolst, cajools, cajorls, lttest, plotres, punitroot, qunitroot, unitrootTable,
ur.ers, ur.kpss, ur.pp, ur.df, ur.sp, ur.za)
## Classes
exportClasses("urca", "ca.jo", "cajo.test", "ur.kpss", "ca.po", "ur.ers", "ur.pp", "ur.sp", "ur.df", "ur.za", "sumurca")
## Methods
exportMethods("show", "plot", "summary")
## Import functions
importFrom("graphics", "abline", "layout", "legend", "lines", "mtext",
"par", "plot")
importFrom("stats", "AIC", "acf", "anova", "BIC", "coef", "embed", "formula",
"lm", "na.omit", "pacf", "pchisq", "plot.ts", "resid", "residuals")
|