-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 2.04 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 2.04 KB
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
Type: Package
Package: DT
Title: A Wrapper of the JavaScript Library 'DataTables'
Version: 0.34.0.9000
Authors@R: c(
person("Yihui", "Xie", role = "aut"),
person("Joe", "Cheng", , "[email protected]", role = "aut"),
person("Xianying", "Tan", role = "aut"),
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("JJ", "Allaire", role = "ctb"),
person("Maximilian", "Girlich", role = "ctb"),
person("Greg", "Freedman Ellis", role = "ctb"),
person("Johannes", "Rauh", role = "ctb"),
person("SpryMedia Limited", role = c("ctb", "cph"),
comment = "DataTables in htmlwidgets/lib"),
person("Brian", "Reavis", role = c("ctb", "cph"),
comment = "selectize.js in htmlwidgets/lib"),
person("Leon", "Gersen", role = c("ctb", "cph"),
comment = "noUiSlider in htmlwidgets/lib"),
person("Bartek", "Szopka", role = c("ctb", "cph"),
comment = "jquery.highlight.js in htmlwidgets/lib"),
person("Alex", "Pickering", role = "ctb"),
person("William", "Holmes", role = "ctb"),
person("Mikko", "Marttila", role = "ctb"),
person("Andres", "Quintero", role = "ctb"),
person("Stéphane", "Laurent", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Data objects in R can be rendered as HTML tables using the
JavaScript library 'DataTables' (typically via R Markdown or Shiny).
The 'DataTables' library has been included in this R package. The
package name 'DT' is an abbreviation of 'DataTables'.
License: MIT + file LICENSE
URL: https://github.com/rstudio/DT
BugReports: https://github.com/rstudio/DT/issues
Imports:
crosstalk,
htmltools (>= 0.3.6),
htmlwidgets (>= 1.3),
jquerylib,
jsonlite (>= 0.9.16),
magrittr,
promises
Suggests:
bslib,
future,
httpuv,
knitr (>= 1.8),
rmarkdown,
shiny (>= 1.6),
testit,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)