[r-cran-knitr] branch master updated (f0aec33 -> edbd971)

Andreas Tille tille at debian.org
Wed Feb 17 12:35:46 UTC 2016


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

tille pushed a change to branch master
in repository r-cran-knitr.

      from  f0aec33   todo: package r-cran-markdown
      adds  d1820ff   Imported Upstream version 1.12.3
       new  0a343ec   Merge tag 'upstream/1.12.3'
       new  9ae1e5e   New upstream version
       new  fe03e89   Add upstream/metadata
       new  818def6   cme fix dpkg-control
       new  edbd971   Two packages left to wait for

The 5 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                       |  42 +++++++----
 MD5                               | 152 +++++++++++++++++++-------------------
 NAMESPACE                         |   4 +
 R/block.R                         | 111 ++++++++++++++++++++--------
 R/cache.R                         |   5 +-
 R/citation.R                      |  12 ++-
 R/defaults.R                      |   1 +
 R/engine.R                        |  65 +++++++++++++---
 R/header.R                        |   2 +-
 R/highlight.R                     |   3 +
 R/hooks-extra.R                   |   2 +-
 R/hooks-html.R                    |  43 +++++++----
 R/hooks-latex.R                   |  36 ++++-----
 R/hooks-md.R                      |  71 +++++++++++++-----
 R/hooks-rst.R                     |   4 +-
 R/hooks-textile.R                 |   3 +-
 R/hooks.R                         |  23 ++++++
 R/output.R                        |  16 +++-
 R/pandoc.R                        |   4 +-
 R/plot.R                          |  47 ++++++++++--
 R/rocco.R                         |  12 +--
 R/spin.R                          |   5 ++
 R/table.R                         |  99 +++++++++++++++++++------
 R/template.R                      |   2 +-
 R/themes.R                        |   2 +-
 R/utils-base64.R                  |   2 +-
 R/utils-conversion.R              |  50 ++++++++++++-
 R/utils-sweave.R                  |   4 +-
 R/utils.R                         |  81 +++++++++++++++++---
 README.md                         |   5 +-
 build/knitr.pdf                   | Bin 240140 -> 244622 bytes
 build/vignette.rds                | Bin 514 -> 514 bytes
 debian/changelog                  |   5 +-
 debian/control                    |  23 ++++--
 debian/upstream/metadata          |   6 ++
 inst/doc/docco-classic.html       |   2 +-
 inst/doc/docco-linear.html        |   2 +-
 inst/doc/knit_expand.html         |   4 +-
 inst/doc/knit_print.html          | 143 +++++++++++++++++++----------------
 inst/doc/knitr-html.html          |   2 +-
 inst/doc/knitr-intro.html         |  94 ++++++++++++++---------
 inst/doc/knitr-markdown.html      |   4 +-
 inst/doc/knitr-refcard.pdf        | Bin 79692 -> 79517 bytes
 inst/examples/knitr-beamer.Rnw    |   2 +-
 inst/examples/knitr-graphics.Rnw  |  24 +++---
 inst/examples/knitr-listings.Rnw  |   2 +-
 inst/examples/knitr-manual.Rnw    |   7 +-
 inst/examples/knitr-manual.bib    |   8 +-
 inst/examples/knitr-manual.lyx    |  34 ++++++---
 inst/examples/knitr-minimal.Rnw   |   2 +-
 inst/examples/knitr-packages.bib  |  56 +++++++-------
 inst/examples/knitr-spin.html     |   2 +-
 inst/examples/knitr-subfloats.Rnw |   4 +-
 inst/examples/knitr-themes.Rnw    |   4 +-
 inst/examples/knitr-twocolumn.Rnw |   4 +-
 inst/examples/upload-github.R     |  11 +--
 man/all_patterns.Rd               |  52 +------------
 man/asis_output.Rd                |   5 ++
 man/chunk_hook.Rd                 |   2 +-
 man/hook_plot.Rd                  |   8 +-
 man/include_graphics.Rd           |  37 ++++++++++
 man/kable.Rd                      |   7 +-
 man/knit2html.Rd                  |   5 +-
 man/knit_engines.Rd               |   7 +-
 man/knit_hooks.Rd                 |   7 +-
 man/knit_patterns.Rd              |   7 +-
 man/knit_theme.Rd                 |   5 +-
 man/knit_watch.Rd                 |  36 +++++++++
 man/opts_chunk.Rd                 |   7 +-
 man/opts_hooks.Rd                 |  35 +++++++++
 man/opts_knit.Rd                  |   7 +-
 man/opts_template.Rd              |   7 +-
 man/output_hooks.Rd               |   8 +-
 man/rand_seed.Rd                  |   2 -
 man/spin.Rd                       |   5 ++
 man/write_bib.Rd                  |  12 ++-
 tests/testit/knit-tikzDevice.Rnw  |   6 ++
 tests/testit/test-hooks.R         |  15 ++++
 tests/testit/test-output.R        |  28 +++++++
 tests/testit/test-plot.R          |  19 +++++
 tests/testit/test-table.R         |   6 ++
 tests/testit/test-utils.R         |   8 ++
 82 files changed, 1145 insertions(+), 551 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 man/include_graphics.Rd
 create mode 100644 man/knit_watch.Rd
 create mode 100644 man/opts_hooks.Rd
 create mode 100644 tests/testit/knit-tikzDevice.Rnw

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



More information about the debian-science-commits mailing list