Skip to content

Commit

Permalink
version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui authored and cran-robot committed Jan 20, 2015
1 parent 907f19d commit e9b6e15
Show file tree
Hide file tree
Showing 125 changed files with 1,008 additions and 545 deletions.
138 changes: 80 additions & 58 deletions DESCRIPTION
@@ -1,57 +1,67 @@
Package: knitr
Type: Package
Title: A General-Purpose Package for Dynamic Report Generation in R
Version: 1.8
Date: 2014-11-11
Authors@R: as.person(c(
"Adam Vogt [ctb]",
"Alastair Andrew [ctb]",
"Alex Zvoleff [ctb]",
"Ashley Manton [ctb]",
"Brian Diggs [ctb]",
"Cassio Pereira [ctb]",
"David Robinson [ctb]",
"Fabian Hirschmann [ctb]",
"Fitch Simeon [ctb]",
"Gregoire Detrez [ctb]",
"Hadley Wickham [ctb]",
"Heewon Jeon [ctb]",
"Jake Burkhead [ctb]",
"James Manton [ctb]",
"Jeff Arnold [ctb]",
"Jeremy Stephens [ctb]",
"Jim Hester [ctb]",
"Joe Cheng [ctb]",
"John Honaker [ctb]",
"Jonathan Keane [ctb]",
"J.J. Allaire [ctb]",
"Johan Toloe [ctb]",
"Joseph Larmarange [ctb]",
"Julien Barnier [ctb]",
"Kevin K. Smith [ctb]",
"Kirill Mueller [ctb]",
"Kohske Takahashi [ctb]",
"Michael Friendly [ctb]",
"Michel Kuhlmann [ctb]",
"Nacho Caballero [ctb]",
"Nick Salkowski [ctb]",
"Noam Ross [ctb]",
"Qiang Li [ctb]",
"Ramnath Vaidyanathan [ctb]",
"Richard Cotton [ctb]",
"Romain Francois [ctb]",
"Sietse Brouwer [ctb]",
"Simon de Bernard [ctb]",
"Taiyun Wei [ctb]",
"Thibaut Lamadon [ctb]",
"Thomas Leeper [ctb]",
"Tom Torsney-Weir [ctb]",
"Trevor Davis [ctb]",
"Viktoras Veitas [ctb]",
"Weicheng Zhu [ctb]",
"Wush Wu [ctb]",
"Yihui Xie <xie@yihui.name> [aut, cre]"
))
Version: 1.9
Date: 2015-01-20
Authors@R: c(
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("Ashley", "Manton", 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("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("Jake", "Burkhead", role = "ctb"),
person("James", "Manton", role = "ctb"),
person("Jared", "Lander", 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("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(c("Kevin", "K."), "Smith", role = "ctb"),
person("Kirill", "Mueller", role = "ctb"),
person("Kohske", "Takahashi", role = "ctb"),
person("Michael", "Friendly", 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("Romain", "Francois", role = "ctb"),
person("Scott", "Kostyshak", 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("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre"))
)
Maintainer: Yihui Xie <xie@yihui.name>
Description: This package provides a general-purpose tool for dynamic report
generation in R, which can be used to deal with any type of (plain text)
Expand Down Expand Up @@ -81,42 +91,52 @@ Description: This package provides a general-purpose tool for dynamic report
Depends: R (>= 2.14.1)
Imports: evaluate (>= 0.5.5), digest, formatR (>= 1.0), highr (>= 0.4),
markdown (>= 0.7.4), stringr (>= 0.6), tools
Suggests: testit, rgl, codetools, rmarkdown, XML, RCurl
Suggests: testit, rgl (>= 0.95.1201), codetools, rmarkdown, XML, RCurl
License: GPL
URL: http://yihui.name/knitr/
BugReports: https://github.com/yihui/knitr/issues
VignetteBuilder: knitr
Collate: 'block.R' 'cache.R' 'citation.R' 'utils.R' 'plot.R'
'defaults.R' 'concordance.R' 'engine.R' 'themes.R'
'highlight.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'
'hooks-extra.R' 'hooks-html.R' 'hooks-latex.R' 'hooks-md.R'
'hooks-html.R' 'defaults.R' 'concordance.R' 'engine.R'
'themes.R' 'highlight.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' 'parser.R' 'pattern.R' 'rocco.R'
'spin.R' 'table.R' 'template.R' 'themes-eclipse.R'
'utils-base64.R' 'utils-conversion.R' 'utils-rd2html.R'
'utils-sweave.R' 'utils-upload.R' 'utils-vignettes.R' 'zzz.R'
Packaged: 2014-11-11 04:22:18 UTC; yihui
Packaged: 2015-01-20 04:38:22 UTC; yihui
Author: 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),
Ashley Manton [ctb],
Brian Diggs [ctb],
Cassio Pereira [ctb],
David Robinson [ctb],
Donald Arseneau [ctb, cph] (the framed package at inst/misc/framed.sty),
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],
Jake Burkhead [ctb],
James Manton [ctb],
Jared Lander [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],
Jonathan Keane [ctb],
J.J. Allaire [ctb],
JJ Allaire [ctb],
Johan Toloe [ctb],
Joseph Larmarange [ctb],
Julien Barnier [ctb],
Expand All @@ -132,9 +152,11 @@ Author: Adam Vogt [ctb],
Ramnath Vaidyanathan [ctb],
Richard Cotton [ctb],
Romain Francois [ctb],
Scott Kostyshak [ctb],
Sietse Brouwer [ctb],
Simon de Bernard [ctb],
Taiyun Wei [ctb],
Thibaut Assus [ctb],
Thibaut Lamadon [ctb],
Thomas Leeper [ctb],
Tom Torsney-Weir [ctb],
Expand All @@ -145,4 +167,4 @@ Author: Adam Vogt [ctb],
Yihui Xie [aut, cre]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-11 09:04:50
Date/Publication: 2015-01-20 07:30:25

0 comments on commit e9b6e15

Please sign in to comment.