-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
15 lines (15 loc) · 875 Bytes
/
NAMESPACE
File metadata and controls
15 lines (15 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
exportPattern("^[[:alpha:]]+")
importFrom("graphics", "abline", "arrows", "axis", "barplot", "lines", "mtext",
"par", "points", "polygon", "text")
importFrom("grDevices", "hcl.colors", "rgb")
importFrom("methods", "is")
importFrom("modEvA", "lollipop", "mod2obspred")
importFrom("stats", "add1", "as.dist", "as.formula", "drop1", "anova",
"reformulate", "binomial", "complete.cases", "coef", "cor",
"cor.test", "dist", "extractAIC", "fitted", "glm", "lm", "median",
"na.omit", "na.pass", "nobs", "p.adjust", "p.adjust.methods", "poly",
"prcomp", "predict", "quantile", "step", "update", "terms", "t.test",
"vcov", "weighted.mean")
importFrom("stringi", "stri_unescape_unicode")
importFrom("utils", "combn", "packageVersion", "read.csv", "stack",
"setTxtProgressBar", "txtProgressBar", "write.csv")