This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-tikzdevice.
commit d7850c07701b0cc0bf3fe3ab08d012c0cd083fc0 Merge: a55b83d 639e751 Author: Andreas Tille <[email protected]> Date: Wed Nov 29 21:31:11 2017 +0100 Update upstream source from tag 'upstream/0.10-1' Update to upstream version '0.10-1' with Debian dir f59eb82d518051a5dd1bd376ebebdf74b9b7e07b DESCRIPTION | 39 + MD5 | 90 + NAMESPACE | 53 + NEWS.md | 502 +++++ R/cacheMetrics.R | 111 + R/deviceUtils.R | 384 ++++ R/latexStrWidth.R | 486 ++++ R/sanitizeTexString.R | 85 + R/tikz.R | 303 +++ R/tikzAnnotate.R | 415 ++++ R/tikzDevice-package.R | 132 ++ R/tikzInternal.R | 29 + R/zzz.R | 96 + build/vignette.rds | Bin 0 -> 214 bytes inst/doc/tikzDevice.R | 279 +++ inst/doc/tikzDevice.Rnw | 2129 ++++++++++++++++++ inst/doc/tikzDevice.pdf | Bin 0 -> 495284 bytes man/anyMultibyteUTF8Characters.Rd | 48 + man/getLatexStrWidth.Rd | 87 + man/gridToDevice.Rd | 42 + man/sanitizeTexString.Rd | 82 + man/setTikzDefaults.Rd | 50 + man/tikz.Rd | 258 +++ man/tikzAnnotate.Rd | 186 ++ man/tikzCompilerInfo.Rd | 28 + man/tikzDevice-package.Rd | 137 ++ src/tikzDevice.c | 2363 ++++++++++++++++++++ src/tikzDevice.h | 224 ++ tests/testthat/Rplots.tex | 0 tests/testthat/Rplots_colors.tex | 2 + tests/testthat/helper_bootstrap.R | 77 + tests/testthat/helper_expectations.R | 18 + tests/testthat/helper_graphics.R | 155 ++ tests/testthat/helper_reporters.R | 246 ++ .../standard_graphs/annotation_noflush.pdf | Bin 0 -> 1123 bytes tests/testthat/standard_graphs/base_annotation.pdf | Bin 0 -> 17393 bytes tests/testthat/standard_graphs/base_raster.pdf | Bin 0 -> 13759 bytes .../standard_graphs/base_raster_noresample.pdf | Bin 0 -> 1566 bytes .../standard_graphs/base_symbolic_simple.pdf | Bin 0 -> 1556 bytes .../standard_graphs/character_expansion.pdf | Bin 0 -> 1340 bytes tests/testthat/standard_graphs/contour_lines.pdf | Bin 0 -> 32839 bytes tests/testthat/standard_graphs/draw_circles.pdf | Bin 0 -> 3037 bytes .../standard_graphs/draw_filled_circles.pdf | Bin 0 -> 2096 bytes .../testthat/standard_graphs/filled_rectangle.pdf | Bin 0 -> 1518 bytes .../standard_graphs/ggplot2_superscripts.pdf | Bin 0 -> 17097 bytes tests/testthat/standard_graphs/ggplot2_test.pdf | Bin 0 -> 29901 bytes tests/testthat/standard_graphs/graph_box.pdf | Bin 0 -> 11849 bytes tests/testthat/standard_graphs/grid_annotation.pdf | Bin 0 -> 12126 bytes tests/testthat/standard_graphs/grid_raster.pdf | Bin 0 -> 17672 bytes tests/testthat/standard_graphs/hello_TeX.pdf | Bin 0 -> 11202 bytes tests/testthat/standard_graphs/line_color.pdf | Bin 0 -> 1187 bytes .../testthat/standard_graphs/line_color_width.pdf | Bin 0 -> 1191 bytes tests/testthat/standard_graphs/line_types.pdf | Bin 0 -> 1299 bytes tests/testthat/standard_graphs/line_weights.pdf | Bin 0 -> 1262 bytes .../testthat/standard_graphs/lots_of_elements.pdf | Bin 0 -> 49083 bytes .../standard_graphs/luatex_utf8_characters.pdf | Bin 0 -> 12315 bytes tests/testthat/standard_graphs/pch_caracters.pdf | Bin 0 -> 17740 bytes tests/testthat/standard_graphs/persp_3D.pdf | Bin 0 -> 35828 bytes tests/testthat/standard_graphs/plot_legend.pdf | Bin 0 -> 16174 bytes tests/testthat/standard_graphs/polypath.pdf | Bin 0 -> 17108 bytes .../testthat/standard_graphs/raster_reflection.pdf | Bin 0 -> 19107 bytes .../testthat/standard_graphs/string_placement.pdf | Bin 0 -> 29082 bytes tests/testthat/standard_graphs/text_alignment.pdf | Bin 0 -> 12838 bytes tests/testthat/standard_graphs/text_color.pdf | Bin 0 -> 14081 bytes tests/testthat/standard_graphs/transparency.pdf | Bin 0 -> 6113 bytes tests/testthat/standard_graphs/utf8_characters.pdf | Bin 0 -> 10735 bytes tests/testthat/standard_graphs/xetex_variants.pdf | Bin 0 -> 26992 bytes tests/testthat/test_error_handling.R | 130 ++ tests/testthat/test_graphics.R | 717 ++++++ tests/testthat/test_metrics_dict.R | 87 + tests/testthat/test_pointsize.R | 18 + tests/unit_tests.R | 25 + vignettes/agufull04.bst | 1815 +++++++++++++++ vignettes/consoleExample.tex | 19 + vignettes/figs/annotation.tex | 97 + vignettes/figs/latexEx.tex | 118 + vignettes/figs/pdf-example.pdf | Bin 0 -> 4607 bytes vignettes/figs/simpleEx.tex | 76 + vignettes/figs/tikz-example.tex | 76 + vignettes/figs/titlePlot.tex | 312 +++ vignettes/figs/westCoast.tex | 385 ++++ vignettes/img/Rlogo.png | Bin 0 -> 79779 bytes vignettes/img/plotmathDefault.pdf | Bin 0 -> 276186 bytes vignettes/img/plotmathTikz.pdf | Bin 0 -> 19987 bytes vignettes/img/xelatexEx.pdf | Bin 0 -> 26959 bytes vignettes/refs.bib | 54 + vignettes/sweavetolst.sty | 132 ++ vignettes/tikzCodeBlock.sty | 395 ++++ vignettes/tikzDevice-concordance.tex | 4 + vignettes/tikzDevice.Rnw | 2129 ++++++++++++++++++ vignettes/tikzDeviceVignette.sty | 305 +++ 91 files changed, 16030 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-tikzdevice.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
