-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 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
37
38
39
40
41
42
43
Type: Package
Package: reactable.extras
Title: Extra Features for 'reactable' Package
Version: 0.2.1
Authors@R:
c(
person("Recle", "Vibal", role = c("aut", "cre"), email = "[email protected]"),
person("Ivan", "Hrychaniuk", role = c("aut"), email = "[email protected]"),
person("Andres", "Quintero", role = c("aut"), email = "[email protected]"),
person("Pedro", "Silva", role = c("aut"), email = "[email protected]"),
person("Eduardo", "Almeida", role = c("ctb"), email = "[email protected]"),
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]")
)
Description: Enhanced functionality for 'reactable' in 'shiny' applications, offering interactive and dynamic data table capabilities with ease.
With 'reactable.extras', easily integrate a range of functions and components to enrich your 'shiny' apps and facilitate user-friendly data exploration.
License: LGPL-3
URL: https://appsilon.github.io/reactable.extras/, https://github.com/Appsilon/reactable.extras
BugReports: https://github.com/Appsilon/reactable.extras/issues
Depends:
R (>= 4.1.0)
Imports:
checkmate,
dplyr,
htmltools,
purrr (>= 1.0.0),
reactable (>= 0.4.0),
rjson,
rlang,
shiny
Suggests:
covr,
lintr,
mockery,
rcmdcheck,
shinytest2,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3