Last data update: 2014.03.03

knitr

Package: knitr
Type: Package
Title: A General-Purpose Package for Dynamic Report Generation in R
Version: 1.13
Date: 2016-05-09
Authors@R: c(
person("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre")),
person("Adam", "Vogt", role = "ctb"),
person("Alastair", "Andrew", role = "ctb"),
person("Alex", "Zvoleff", role = "ctb"),
person("Andre", "Simon", role = "ctb", comment = "the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de"),
person("Aron", "Atkins", role = "ctb"),
person("Aaron", "Wolen", role = "ctb"),
person("Ashley", "Manton", role = "ctb"),
person("Ben", "Baumer", role = "ctb"),
person("Brian", "Diggs", role = "ctb"),
person("Cassio", "Pereira", role = "ctb"),
person("David", "Robinson", role = "ctb"),
person("Donald", "Arseneau", role = c("ctb", "cph"), comment = "the framed package at inst/misc/framed.sty"),
person("Doug", "Hemken", role = "ctb"),
person("Duncan", "Murdoch", role = "ctb"),
person("Fabian", "Hirschmann", role = "ctb"),
person("Fitch", "Simeon", role = "ctb"),
person(c("Frank", "E", "Harrell", "Jr"), role = "ctb", comment = "the Sweavel package at inst/misc/Sweavel.sty"),
person("Gregoire", "Detrez", role = "ctb"),
person("Hadley", "Wickham", role = "ctb"),
person("Heewon", "Jeon", role = "ctb"),
person("Henrik", "Bengtsson", role = "ctb"),
person("Hiroaki", "Yutani", role = "ctb"),
person("Jake", "Burkhead", role = "ctb"),
person("James", "Manton", role = "ctb"),
person("Jared", "Lander", role = "ctb"),
person("Jason", "Punyon", role = "ctb"),
person("Jeff", "Arnold", role = "ctb"),
person("Jeremy", "Ashkenas", role = c("ctb", "cph"), comment = "the CSS file at inst/misc/docco-classic.css"),
person("Jeremy", "Stephens", role = "ctb"),
person("Jim", "Hester", role = "ctb"),
person("Joe", "Cheng", role = "ctb"),
person("Johannes", "Ranke", role = "ctb"),
person("John", "Honaker", role = "ctb"),
person("John", "Muschelli", role = "ctb"),
person("Jonathan", "Keane", role = "ctb"),
person("JJ", "Allaire", role = "ctb"),
person("Johan", "Toloe", role = "ctb"),
person("Joseph", "Larmarange", role = "ctb"),
person("Julien", "Barnier", role = "ctb"),
person("Kaiyin", "Zhong", role = "ctb"),
person(c("Kevin", "K."), "Smith", role = "ctb"),
person("Kirill", "Mueller", role = "ctb"),
person("Kohske", "Takahashi", role = "ctb"),
person("Michael", "Friendly", role = "ctb"),
person("Michal", "Bojanowski", role = "ctb"),
person("Michel", "Kuhlmann", role = "ctb"),
person("Nacho", "Caballero", role = "ctb"),
person("Nick", "Salkowski", role = "ctb"),
person("Noam", "Ross", role = "ctb"),
person("Qiang", "Li", role = "ctb"),
person("Ramnath", "Vaidyanathan", role = "ctb"),
person("Richard", "Cotton", role = "ctb"),
person("Robert", "Krzyzanowski", role = "ctb"),
person("Romain", "Francois", role = "ctb"),
person("Scott", "Kostyshak", role = "ctb"),
person("Sebastian", "Meyer", role = "ctb"),
person("Sietse", "Brouwer", role = "ctb"),
person(c("Simon", "de"), "Bernard", role = "ctb"),
person("Taiyun", "Wei", role = "ctb"),
person("Thibaut", "Assus", role = "ctb"),
person("Thibaut", "Lamadon", role = "ctb"),
person("Thomas", "Leeper", role = "ctb"),
person("Tom", "Torsney-Weir", role = "ctb"),
person("Trevor", "Davis", role = "ctb"),
person("Viktoras", "Veitas", role = "ctb"),
person("Weicheng", "Zhu", role = "ctb"),
person("Wush", "Wu", role = "ctb"),
person("Zachary", "Foster", role = "ctb")
)
Maintainer: Yihui Xie <xie@yihui.name>
Description: Provides a general-purpose tool for dynamic report generation in R
using Literate Programming techniques.
Depends: R (> 3.0.2)
Imports: evaluate (>= 0.8), digest, formatR, highr, markdown, stringr
(>= 0.6), yaml (>= 2.1.5), methods, tools
Suggests: testit, rgl (>= 0.95.1201), codetools, rmarkdown,
htmlwidgets, webshot, tikzDevice (>= 0.10), png, jpeg, XML,
RCurl
License: GPL
URL: http://yihui.name/knitr/
BugReports: https://github.com/yihui/knitr/issues
VignetteBuilder: knitr
SystemRequirements: Package vignettes based on R Markdown v2 require
Pandoc (http://pandoc.org). The function rst2pdf() and
vignettes based on reStructuredText require rst2pdf
(https://github.com/rst2pdf/rst2pdf).
Collate: 'block.R' 'cache.R' 'utils.R' 'citation.R' 'hooks-html.R'
'plot.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R'
'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'
'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R'
'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R'
'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R'
'template.R' 'utils-base64.R' 'utils-conversion.R'
'utils-rd2html.R' 'utils-sweave.R' 'utils-upload.R'
'utils-vignettes.R' 'zzz.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-09 05:23:01 UTC; yihui
Author: Yihui Xie [aut, cre],
Adam Vogt [ctb],
Alastair Andrew [ctb],
Alex Zvoleff [ctb],
Andre Simon [ctb] (the CSS files under inst/themes/ were derived from
the Highlight package http://www.andre-simon.de),
Aron Atkins [ctb],
Aaron Wolen [ctb],
Ashley Manton [ctb],
Ben Baumer [ctb],
Brian Diggs [ctb],
Cassio Pereira [ctb],
David Robinson [ctb],
Donald Arseneau [ctb, cph] (the framed package at inst/misc/framed.sty),
Doug Hemken [ctb],
Duncan Murdoch [ctb],
Fabian Hirschmann [ctb],
Fitch Simeon [ctb],
Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),
Gregoire Detrez [ctb],
Hadley Wickham [ctb],
Heewon Jeon [ctb],
Henrik Bengtsson [ctb],
Hiroaki Yutani [ctb],
Jake Burkhead [ctb],
James Manton [ctb],
Jared Lander [ctb],
Jason Punyon [ctb],
Jeff Arnold [ctb],
Jeremy Ashkenas [ctb, cph] (the CSS file at
inst/misc/docco-classic.css),
Jeremy Stephens [ctb],
Jim Hester [ctb],
Joe Cheng [ctb],
Johannes Ranke [ctb],
John Honaker [ctb],
John Muschelli [ctb],
Jonathan Keane [ctb],
JJ Allaire [ctb],
Johan Toloe [ctb],
Joseph Larmarange [ctb],
Julien Barnier [ctb],
Kaiyin Zhong [ctb],
Kevin K. Smith [ctb],
Kirill Mueller [ctb],
Kohske Takahashi [ctb],
Michael Friendly [ctb],
Michal Bojanowski [ctb],
Michel Kuhlmann [ctb],
Nacho Caballero [ctb],
Nick Salkowski [ctb],
Noam Ross [ctb],
Qiang Li [ctb],
Ramnath Vaidyanathan [ctb],
Richard Cotton [ctb],
Robert Krzyzanowski [ctb],
Romain Francois [ctb],
Scott Kostyshak [ctb],
Sebastian Meyer [ctb],
Sietse Brouwer [ctb],
Simon de Bernard [ctb],
Taiyun Wei [ctb],
Thibaut Assus [ctb],
Thibaut Lamadon [ctb],
Thomas Leeper [ctb],
Tom Torsney-Weir [ctb],
Trevor Davis [ctb],
Viktoras Veitas [ctb],
Weicheng Zhu [ctb],
Wush Wu [ctb],
Zachary Foster [ctb]
Repository: CRAN
Date/Publication: 2016-05-09 21:42:43


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'knitr' ...
** package 'knitr' successfully unpacked and MD5 sums checked
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'knitr'
    finding HTML links ... done
    Sweave2knitr                            html  
    all_labels                              html  
    all_patterns                            html  
    asis_output                             html  
    chunk_hook                              html  
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/chunk_hook.Rd:44: missing file link 'recordPlot'
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/chunk_hook.Rd:77: missing file link 'rgl.snapshot'
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/chunk_hook.Rd:77: missing file link 'rgl.postscript'
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/chunk_hook.Rd:78: missing file link 'hook_webgl'
    clean_cache                             html  
    combine_words                           html  
    current_input                           html  
    dep_auto                                html  
    dep_prev                                html  
    engine_output                           html  
    fig_chunk                               html  
    fig_path                                html  
    hook_animation                          html  
    hook_document                           html  
    hook_plot                               html  
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/hook_plot.Rd:46: missing file link 'recordPlot'
    image_uri                               html  
    imgur_upload                            html  
    include_graphics                        html  
    include_url                             html  
    inline_expr                             html  
    kable                                   html  
    knit                                    html  
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/knit.Rd:20: missing file link 'Stangle'
    knit2html                               html  
    knit2pdf                                html  
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/knit2pdf.Rd:18: missing file link 'texi2pdf'
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/knit2pdf.Rd:32: missing file link 'texi2pdf'
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/knit2pdf.Rd:57: missing file link 'texi2pdf'
    knit2wp                                 html  
    knit_child                              html  
    knit_engines                            html  
    knit_exit                               html  
    knit_expand                             html  
    knit_filter                             html  
    knit_global                             html  
    knit_hooks                              html  
    knit_meta                               html  
    knit_params                             html  
    knit_params_yaml                        html  
    knit_patterns                           html  
    knit_print                              html  
    knit_rd                                 html  
    knit_theme                              html  
    knit_watch                              html  
    knitr-package                           html  
    load_cache                              html  
    opts_chunk                              html  
    opts_hooks                              html  
    opts_knit                               html  
    opts_template                           html  
    output_hooks                            html  
    pandoc                                  html  
    pat_fun                                 html  
    plot_crop                               html  
    rand_seed                               html  
    read_chunk                              html  
    read_rforge                             html  
    rocco                                   html  
    rst2pdf                                 html  
    set_alias                               html  
    set_header                              html  
    set_parent                              html  
    spin                                    html  
    spin_child                              html  
    stitch                                  html  
    vignette_engines                        html  
    wrap_rmd                                html  
    write_bib                               html  
Rd warning: /tmp/RtmpD04UnA/R.INSTALL222b296a572a/knitr/man/write_bib.Rd:28: missing file link 'toBibtex'
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (knitr)
Making 'packages.html' ... done