forked from yihui/knitr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
139 lines (139 loc) · 4.72 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Package: knitr
Type: Package
Title: A General-Purpose Package for Dynamic Report Generation in R
Version: 1.11.6
Date: 2015-08-14
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("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("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,
XML,
RCurl
License: GPL
URL: http://yihui.name/knitr/
BugReports: https://github.com/yihui/knitr/issues
VignetteBuilder: knitr
Collate:
'block.R'
'cache.R'
'utils.R'
'citation.R'
'plot.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'
'params.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'