[r-cran-knitr] branch master updated (bac1a0d -> 89fa1fb)
Andreas Tille
tille at debian.org
Sat Sep 10 14:12:33 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 bac1a0d This change was not yet uploaded so mark the changelog entry as UNRELEASED (btw, urgency=medium is default and so I've set it to this value)
new 6cd8a26 Fix changelog
adds 2fb7fe3 New upstream version 1.14
new bbf7b04 Merge tag 'upstream/1.14'
new b84fdac New upstream version
new 89fa1fb Close bug about non-installable Build-Depends here
The 4 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 | 21 +-
MD5 | 145 ++++----
NAMESPACE | 9 +-
R/block.R | 61 ++--
R/cache.R | 22 +-
R/defaults.R | 9 +-
R/engine.R | 201 +++++++++--
R/highlight.R | 5 +-
R/hooks-extra.R | 3 +-
R/hooks-html.R | 15 +-
R/hooks-latex.R | 6 +-
R/hooks-md.R | 84 +++--
R/hooks.R | 3 +-
R/output.R | 151 ++++++--
R/pandoc.R | 34 +-
R/params.R | 9 +-
R/parser.R | 22 +-
R/pattern.R | 4 +-
R/plot.R | 204 +++++++++--
R/table.R | 29 +-
R/template.R | 18 +-
R/themes-eclipse.R | 55 ---
R/themes.R | 1 -
R/utils-conversion.R | 6 +-
R/utils-vignettes.R | 8 +-
R/utils.R | 48 ++-
README.md | 14 +-
build/knitr.pdf | Bin 244622 -> 259554 bytes
build/vignette.rds | Bin 514 -> 514 bytes
debian/changelog | 7 +-
inst/doc/docco-classic.html | 4 +-
inst/doc/docco-linear.html | 8 +-
inst/doc/knit_expand.html | 4 +-
inst/doc/knit_print.html | 52 +--
inst/doc/knitr-intro.html | 27 +-
inst/doc/knitr-markdown.html | 2 +-
inst/doc/knitr-refcard.pdf | Bin 79517 -> 177002 bytes
inst/examples/download_count.csv | 16 +-
inst/examples/knitr-beamer.Rnw | 20 +-
inst/examples/knitr-graphics.Rnw | 38 +-
inst/examples/knitr-listings.Rnw | 5 +-
inst/examples/knitr-manual.Rnw | 100 +++---
inst/examples/knitr-minimal.Rnw | 5 +-
inst/examples/knitr-packages.bib | 36 +-
inst/examples/knitr-spin.html | 2 +-
inst/examples/knitr-subfloats.Rnw | 10 +-
inst/examples/knitr-themes.Rnw | 91 +----
inst/examples/knitr-themes.lyx | 724 ++------------------------------------
inst/examples/knitr-twocolumn.Rnw | 8 +-
inst/examples/knitr-twocolumn.lyx | 2 +-
inst/misc/docco-classic.html | 4 +-
inst/misc/docco-template.html | 8 +-
man/all_labels.Rd | 9 +-
man/asis_output.Rd | 18 +-
man/chunk_hook.Rd | 3 +-
man/combine_words.Rd | 39 ++
man/eclipse_theme.Rd | 41 ---
man/include_graphics.Rd | 12 +-
man/include_url.Rd | 29 ++
man/kable.Rd | 5 +-
man/knit2wp.Rd | 8 +-
man/knit_engines.Rd | 4 +
man/knit_expand.Rd | 3 +-
man/knit_meta.Rd | 14 +-
man/knit_theme.Rd | 3 -
man/opts_chunk.Rd | 5 +
man/output_hooks.Rd | 6 +-
man/pandoc.Rd | 14 +-
man/plot_crop.Rd | 2 +-
man/spin.Rd | 2 +-
man/stitch.Rd | 4 +-
tests/testit/test-hooks.R | 2 +-
tests/testit/test-output.R | 14 +
tests/testit/test-plot.R | 3 +
tests/testit/test-table.R | 5 +
tests/testit/test-utils.R | 12 +
tools/covr.R | 7 +
77 files changed, 1217 insertions(+), 1407 deletions(-)
delete mode 100644 R/themes-eclipse.R
create mode 100644 man/combine_words.Rd
delete mode 100644 man/eclipse_theme.Rd
create mode 100644 man/include_url.Rd
create mode 100644 tools/covr.R
--
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