export(tabular, htmlNumeric, labelSubset, latexNumeric, PlusMinus, 
       Paste, Hline, Factor, RowFactor, All, Literal,
       Multicolumn, table_options, booktabs, htmloptions, write.csv.tabular, write.table.tabular,
       as.tabular, writeCSS)

# pseudo-function exports; not meant to be called, but meant to make the checks happy
export(Format, Heading, Justify, Percent, Arguments)

importFrom(Hmisc, latex, html)
S3method(print, tabular)
S3method(format, tabular)
S3method(latex, tabular)
S3method(html, tabular)
S3method(as.matrix, tabular)
S3method(tabular, default)
S3method(tabular, formula)
S3method("[", tabular)
S3method(cbind, tabular)
S3method(rbind, tabular)
S3method(as.tabular, default)
S3method(as.tabular, data.frame)

importFrom("stats", "as.formula") 
importFrom("utils", "localeToCharset", "write.csv", "write.table")
