|
1 |
| -Package: DT |
2 | 1 | Type: Package
|
| 2 | +Package: DT |
3 | 3 | Title: A Wrapper of the JavaScript Library 'DataTables'
|
4 |
| -Version: 0.33.3 |
| 4 | +Version: 0.34.0 |
5 | 5 | Authors@R: c(
|
6 | 6 | person("Yihui", "Xie", role = "aut"),
|
7 |
| - person("Joe", "Cheng", email = " [email protected]", role = c("aut" , "cre")), |
| 7 | + person("Joe", "Cheng", , " [email protected]", role = "aut"), |
8 | 8 | person("Xianying", "Tan", role = "aut"),
|
| 9 | + person("Garrick", "Aden-Buie", , " [email protected]", role = c("aut", "cre"), |
| 10 | + comment = c(ORCID = "0000-0002-7111-0077")), |
9 | 11 | person("JJ", "Allaire", role = "ctb"),
|
10 | 12 | person("Maximilian", "Girlich", role = "ctb"),
|
11 | 13 | person("Greg", "Freedman Ellis", role = "ctb"),
|
12 | 14 | person("Johannes", "Rauh", role = "ctb"),
|
13 |
| - person("SpryMedia Limited", role = c("ctb", "cph"), comment = "DataTables in htmlwidgets/lib"), |
14 |
| - person("Brian", "Reavis", role = c("ctb", "cph"), comment = "selectize.js in htmlwidgets/lib"), |
15 |
| - person("Leon", "Gersen", role = c("ctb", "cph"), comment = "noUiSlider in htmlwidgets/lib"), |
16 |
| - person("Bartek", "Szopka", role = c("ctb", "cph"), comment = "jquery.highlight.js in htmlwidgets/lib"), |
17 |
| - person("Alex", "Pickering", role = c("ctb")), |
18 |
| - person("William", "Holmes", role = c("ctb")), |
19 |
| - person("Mikko", "Marttila", role = c("ctb")), |
20 |
| - person("Andres", "Quintero", role = c("ctb")), |
21 |
| - person("Stéphane", "Laurent", role = c("ctb")), |
22 |
| - person(given = "Posit Software, PBC", role = c("cph", "fnd")) |
23 |
| - ) |
| 15 | + person("SpryMedia Limited", role = c("ctb", "cph"), |
| 16 | + comment = "DataTables in htmlwidgets/lib"), |
| 17 | + person("Brian", "Reavis", role = c("ctb", "cph"), |
| 18 | + comment = "selectize.js in htmlwidgets/lib"), |
| 19 | + person("Leon", "Gersen", role = c("ctb", "cph"), |
| 20 | + comment = "noUiSlider in htmlwidgets/lib"), |
| 21 | + person("Bartek", "Szopka", role = c("ctb", "cph"), |
| 22 | + comment = "jquery.highlight.js in htmlwidgets/lib"), |
| 23 | + person("Alex", "Pickering", role = "ctb"), |
| 24 | + person("William", "Holmes", role = "ctb"), |
| 25 | + person("Mikko", "Marttila", role = "ctb"), |
| 26 | + person("Andres", "Quintero", role = "ctb"), |
| 27 | + person("Stéphane", "Laurent", role = "ctb"), |
| 28 | + person("Posit Software, PBC", role = c("cph", "fnd")) |
| 29 | + ) |
24 | 30 | Description: Data objects in R can be rendered as HTML tables using the
|
25 |
| - JavaScript library 'DataTables' (typically via R Markdown or Shiny). The |
26 |
| - 'DataTables' library has been included in this R package. The package name |
27 |
| - 'DT' is an abbreviation of 'DataTables'. |
| 31 | + JavaScript library 'DataTables' (typically via R Markdown or Shiny). |
| 32 | + The 'DataTables' library has been included in this R package. The |
| 33 | + package name 'DT' is an abbreviation of 'DataTables'. |
| 34 | +License: MIT + file LICENSE |
28 | 35 | URL: https://github.com/rstudio/DT
|
29 | 36 | BugReports: https://github.com/rstudio/DT/issues
|
30 |
| -License: MIT + file LICENSE |
31 | 37 | Imports:
|
| 38 | + crosstalk, |
32 | 39 | htmltools (>= 0.3.6),
|
33 | 40 | htmlwidgets (>= 1.3),
|
| 41 | + jquerylib, |
34 | 42 | jsonlite (>= 0.9.16),
|
35 | 43 | magrittr,
|
36 |
| - crosstalk, |
37 |
| - jquerylib, |
38 | 44 | promises
|
39 | 45 | Suggests:
|
| 46 | + bslib, |
| 47 | + future, |
| 48 | + httpuv, |
40 | 49 | knitr (>= 1.8),
|
41 | 50 | rmarkdown,
|
42 | 51 | shiny (>= 1.6),
|
43 |
| - httpuv, |
44 |
| - bslib, |
45 |
| - future, |
46 | 52 | testit,
|
47 | 53 | tibble
|
48 |
| -VignetteBuilder: knitr |
49 |
| -RoxygenNote: 7.3.1 |
| 54 | +VignetteBuilder: |
| 55 | + knitr |
50 | 56 | Encoding: UTF-8
|
| 57 | +RoxygenNote: 7.3.2 |
| 58 | +Roxygen: list(markdown = TRUE) |
0 commit comments