[r-cran-xtable] branch master updated (ca03a04 -> 3a372e7)

Jonathon Love jon at thon.cc
Fri Apr 22 01:26:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

jonathon-guest pushed a change to branch master
in repository r-cran-xtable.

      from  ca03a04   Moved packaging from SVN to Git
      adds  9591307   Imported Upstream version 1.8-2
       new  09f6dad   Merge tag 'upstream/1.8-2'
       new  3a372e7   Updated d/changelog for new upstream

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                          |   15 +-
 MD5                                  |   68 +-
 NAMESPACE                            |   38 +-
 NEWS                                 |   69 +-
 R/autoformat.R                       |   53 ++
 R/lagImpactMat.R                     |   44 ++
 R/print.xtable.R                     | 1147 ++++++++++++++++------------------
 R/sanitize.R                         |   97 +++
 R/table.attributes.R                 |  151 ++---
 R/toLatex.R                          |   10 +-
 R/xtable.R                           |  290 +++++++--
 R/xtableFtable.R                     |  197 ++++++
 R/xtableList.R                       |  275 ++++++++
 R/xtableMatharray.R                  |   36 ++
 build/vignette.rds                   |  Bin 251 -> 344 bytes
 data/tli.txt.gz                      |  Bin 585 -> 560 bytes
 debian/changelog                     |    8 +-
 debian/control                       |    4 +-
 inst/doc/OtherPackagesGallery.R      |  153 +++++
 inst/doc/OtherPackagesGallery.Rnw    |  322 ++++++++++
 inst/doc/OtherPackagesGallery.pdf    |  Bin 0 -> 145176 bytes
 inst/doc/listOfTablesGallery.R       |  144 +++++
 inst/doc/listOfTablesGallery.Rnw     |  267 ++++++++
 inst/doc/listOfTablesGallery.pdf     |  Bin 0 -> 146245 bytes
 inst/doc/margintable.R               |   31 +-
 inst/doc/margintable.Rnw             |   13 +-
 inst/doc/margintable.pdf             |  Bin 90568 -> 51841 bytes
 inst/doc/xtableGallery.R             |  944 +++++++++++-----------------
 inst/doc/xtableGallery.Rnw           |  731 ++++++++++++++++++++++
 inst/doc/xtableGallery.pdf           |  Bin 239535 -> 242003 bytes
 inst/doc/xtableGallery.snw           |  585 -----------------
 man/autoformat.Rd                    |   75 +++
 man/print.xtable.Rd                  |  103 +--
 man/print.xtableMatharray.Rd         |   96 +++
 man/sanitize.Rd                      |  105 ++++
 man/string.Rd                        |    5 +-
 man/table.attributes.Rd              |    7 +-
 man/tli.Rd                           |    3 +-
 man/xtable-internal.Rd               |   13 +
 man/xtable.Rd                        |   80 ++-
 man/xtableFtable.Rd                  |  347 ++++++++++
 man/xtableList.Rd                    |  331 ++++++++++
 man/xtableMatharray.Rd               |  105 ++++
 tests/test.matharray.R               |   37 ++
 tests/test.xalign.xdigits.xdisplay.R |   49 ++
 tests/test.xtable.xtableFtable.R     |   24 +
 vignettes/OtherPackagesGallery.Rnw   |  322 ++++++++++
 vignettes/listOfTablesGallery.Rnw    |  267 ++++++++
 vignettes/margintable.Rnw            |   13 +-
 vignettes/xtableGallery.Rnw          |  731 ++++++++++++++++++++++
 vignettes/xtableGallery.snw          |  585 -----------------
 51 files changed, 6341 insertions(+), 2649 deletions(-)
 create mode 100644 R/autoformat.R
 create mode 100644 R/lagImpactMat.R
 create mode 100644 R/sanitize.R
 create mode 100644 R/xtableFtable.R
 create mode 100644 R/xtableList.R
 create mode 100644 R/xtableMatharray.R
 create mode 100644 inst/doc/OtherPackagesGallery.R
 create mode 100644 inst/doc/OtherPackagesGallery.Rnw
 create mode 100644 inst/doc/OtherPackagesGallery.pdf
 create mode 100644 inst/doc/listOfTablesGallery.R
 create mode 100644 inst/doc/listOfTablesGallery.Rnw
 create mode 100644 inst/doc/listOfTablesGallery.pdf
 create mode 100644 inst/doc/xtableGallery.Rnw
 delete mode 100644 inst/doc/xtableGallery.snw
 create mode 100644 man/autoformat.Rd
 create mode 100644 man/print.xtableMatharray.Rd
 create mode 100644 man/sanitize.Rd
 create mode 100644 man/xtable-internal.Rd
 create mode 100644 man/xtableFtable.Rd
 create mode 100644 man/xtableList.Rd
 create mode 100644 man/xtableMatharray.Rd
 create mode 100644 tests/test.matharray.R
 create mode 100644 tests/test.xalign.xdigits.xdisplay.R
 create mode 100644 tests/test.xtable.xtableFtable.R
 create mode 100644 vignettes/OtherPackagesGallery.Rnw
 create mode 100644 vignettes/listOfTablesGallery.Rnw
 create mode 100644 vignettes/xtableGallery.Rnw
 delete mode 100644 vignettes/xtableGallery.snw

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-xtable.git



More information about the debian-science-commits mailing list