]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/NAMESPACE
Completed package improvements notably xtableList and xtableFtable functions
[xtable.git] / pkg / NAMESPACE
index 9daba6af9ee7062a489217c551de2e593b46ff77..c912d904e1256f5cc3aa40c1baa92fb34054e407 100644 (file)
@@ -10,8 +10,7 @@ export("caption<-", "caption", "label", "label<-",
        "xtableFtable", "print.xtableFtable",
        "toLatex.xtable",
        "autoformat", "xalign", "xdigits", "xdisplay",
-       "sanitize", "sanitize.numbers", "sanitize.final", "as.is", "as.math",
-       "format.ftable")
+       "sanitize", "sanitize.numbers", "sanitize.final", "as.is", "as.math")
 
 S3method("print", "xtable")
 S3method("print", "xtableMatharray")
@@ -30,8 +29,6 @@ S3method("digits<-", "xtable")
 S3method("display<-", "xtable")
 S3method("display", "xtable")
 
-S3method("format", "ftable")
-
 S3method("xtable", "data.frame")
 S3method("xtable", "matrix")
 S3method("xtable", "table")