forked from rstudio/DT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.48 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
Package: DT
Type: Package
Title: A Wrapper of the JavaScript Library 'DataTables'
Version: 0.3.1
Authors@R: c(
person("Yihui", "Xie", email = "[email protected]", role = c("aut", "cre")),
person("Joe", "Cheng", role = "ctb"),
person("JJ", "Allaire", role = "ctb"),
person("Xianying", "Tan", role = "ctb"),
person("jQuery contributors", role = c("ctb", "cph"), comment = "jQuery in htmlwidgets/lib"),
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("RStudio Inc", role = "cph")
)
Maintainer: Yihui Xie <[email protected]>
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'.
URL: https://rstudio.github.io/DT
BugReports: https://github.com/rstudio/DT/issues
License: GPL-3 | file LICENSE
Imports:
htmltools (>= 0.3.6),
htmlwidgets (>= 1.0),
magrittr,
crosstalk
Suggests:
jsonlite (>= 0.9.16),
knitr (>= 1.8),
rmarkdown,
shiny (>= 0.12.1)
VignetteBuilder: knitr
RoxygenNote: 6.0.1