forked from kcuilla/reactablefmtr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.41 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
Package: reactablefmtr
Type: Package
Title: Easily Customize Interactive Tables Made with Reactable
Version: 1.1.0
Authors@R: c(
person("Kyle", "Cuilla", role = c("aut", "cre", "cph"), email = "kyle.cuilla@gmail.com"),
person("Greg", "Lin", role = c("ctb")),
person("June", "Choe", role = c("ctb"))
)
Maintainer: Kyle Cuilla <kyle.cuilla@gmail.com>
Description: Enhance the styling of interactive reactable tables with easy-to-use
and highly-customizable functions. Apply conditional formatting to cells with
data bars, color scales, and icon sets. Utilize custom table themes inspired by
popular websites and bootstrap themes. Increase the portability and reproducibility
of reactable tables by embedding images from the web directly into cells.
Save the final table output as a static image or interactive file
(note this feature requires the 'webshot2' package which can
be downloaded from <https://github.com/rstudio/webshot2>).
URL: https://kcuilla.github.io/reactablefmtr/, https://github.com/kcuilla/reactablefmtr
BugReports: https://github.com/kcuilla/reactablefmtr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.5.0),
reactable (>= 0.2.0)
Imports:
dplyr,
grDevices,
htmltools,
htmlwidgets,
shiny,
stringr,
tools
Suggests:
MASS,
scales,
webshot2
RoxygenNote: 7.1.1
Language: en-US