From: dscott Date: Wed, 21 Oct 2015 10:36:09 +0000 (+0000) Subject: Made changes to Imports and Date in DESCRIPTION to pass CRAN checks. Only whitespace... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5bde1a8f746e1835e4c7e89d44e5783f375705a3;p=xtable.git Made changes to Imports and Date in DESCRIPTION to pass CRAN checks. Only whitespace change made to NAMESPACE git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@73 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index b5c3887..43273ee 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,9 +1,10 @@ Package: xtable Version: 1.8-0 -Date: 2014/10/10 +Date: 2015-10-22 Title: Export Tables to LaTeX or HTML Author: David B. Dahl Maintainer: David Scott +Imports: stats, utils Suggests: knitr VignetteBuilder: knitr Description: Coerce data to LaTeX and HTML tables. diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE index 8a58e4f..07c3436 100644 --- a/pkg/NAMESPACE +++ b/pkg/NAMESPACE @@ -2,7 +2,6 @@ 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<-", "display", "xtable", "print.xtable", "toLatex.xtable",