]> git.donarmstrong.com Git - xtable.git/commitdiff
Made changes to Imports and Date in DESCRIPTION to pass CRAN checks. Only whitespace...
authordscott <dscott@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 21 Oct 2015 10:36:09 +0000 (10:36 +0000)
committerdscott <dscott@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 21 Oct 2015 10:36:09 +0000 (10:36 +0000)
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@73 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/DESCRIPTION
pkg/NAMESPACE

index b5c3887cc63f405644d93cead2baf0f021b87a56..43273ee6e6abf585c3bdb712e8056523afbda623 100644 (file)
@@ -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 <dahl@stat.byu.edu>
 Maintainer: David Scott <d.scott@auckland.ac.nz>
+Imports: stats, utils
 Suggests: knitr
 VignetteBuilder: knitr
 Description: Coerce data to LaTeX and HTML tables.
index 8a58e4f842fa194bf0f5fe61dfd43c0df73d54b1..07c343661081bd781b5dec9f94c7a9cd925cd7b5 100644 (file)
@@ -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",