]> git.donarmstrong.com Git - xtable.git/commitdiff
Added additional imports now required by R CMD check to NAMESPACE
authordscott <dscott@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 21 Oct 2015 03:17:22 +0000 (03:17 +0000)
committerdscott <dscott@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 21 Oct 2015 03:17:22 +0000 (03:17 +0000)
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@72 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/NAMESPACE

index b864e2815607668c570cbfe906fb78d8ac3282d3..8a58e4f842fa194bf0f5fe61dfd43c0df73d54b1 100644 (file)
@@ -1,4 +1,7 @@
-importFrom("utils", toLatex)
+importFrom("utils", "toLatex")
+importFrom("stats", "anova", "as.ts", "cycle", "end", "frequency",
+           "na.omit", "pchisq", "start", "time")
+importFrom("utils", "packageDescription")
 
 export("caption<-", "caption", "label", "label<-",
    "align<-", "align", "digits<-", "digits", "display<-",