-
Notifications
You must be signed in to change notification settings - Fork 79
/
DESCRIPTION
56 lines (56 loc) · 2.24 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
Package: reactable
Type: Package
Title: Interactive Data Tables for R
Version: 0.4.4.9000
Authors@R: c(
person("Greg", "Lin", email = "[email protected]", role = c("aut", "cre")),
person("Tanner", "Linsley", role = c("ctb", "cph"), comment = "React Table library"),
person(family = "Emotion team and other contributors", role = c("ctb", "cph"),
comment = "Emotion library"),
person("Kent", "Russell", role = c("ctb", "cph"), comment = "reactR package"),
person("Ramnath", "Vaidyanathan", role = c("ctb", "cph"), comment = "htmlwidgets package"),
person("Joe", "Cheng", role = c("ctb", "cph"), comment = "htmlwidgets package"),
person("JJ", "Allaire", role = c("ctb", "cph"), comment = "htmlwidgets package"),
person("Yihui", "Xie", role = c("ctb", "cph"), comment = "htmlwidgets package"),
person("Kenton", "Russell", role = c("ctb", "cph"), comment = "htmlwidgets package"),
person(family = "Facebook, Inc. and its affiliates", role = c("ctb", "cph"), comment = "React library"),
person(family = "FormatJS", role = c("ctb", "cph"), comment = "FormatJS libraries"),
person(family = "Feross Aboukhadijeh, and other contributors", role = c("ctb", "cph"),
comment = "buffer library"),
person("Roman", "Shtylman", role = c("ctb", "cph"), comment = "process library"),
person("James", "Halliday", role = c("ctb", "cph"), comment = "stream-browserify library"),
person(family = "Posit Software, PBC", role = c("fnd", "cph"))
)
Description: Interactive data tables for R, based on the 'React Table'
JavaScript library. Provides an HTML widget that can be used in 'R Markdown'
or 'Quarto' documents, 'Shiny' applications, or viewed from an R console.
License: MIT + file LICENSE
URL: https://glin.github.io/reactable/, https://github.com/glin/reactable
BugReports: https://github.com/glin/reactable/issues
Depends:
R (>= 3.1)
Imports:
digest,
htmltools (>= 0.5.2),
htmlwidgets (>= 1.5.3),
jsonlite,
reactR
Suggests:
covr,
crosstalk,
data.table,
dplyr,
fontawesome,
knitr,
leaflet,
MASS,
rmarkdown,
shiny,
sparkline,
testthat,
tippy,
V8
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3