forked from kcuilla/reactablefmtr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.78 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
Package: reactablefmtr
Type: Package
Title: Streamlined Table Styling and Formatting for Reactable
Version: 2.1.1
Authors@R: c(
person("Kyle", "Cuilla", role = c("aut", "cre", "cph"), email = "[email protected]"),
person("Greg", "Lin", role = c("ctb")),
person("June", "Choe", role = c("ctb")),
person("Kent", "Russell", role = c("ctb"))
)
Maintainer: Kyle Cuilla <[email protected]>
Description: Provides various features to streamline and enhance the styling of interactive
reactable tables with easy-to-use and highly-customizable functions and themes.
Apply conditional formatting to cells with data bars, color scales, color tiles,
and icon sets. Utilize custom table themes inspired by popular websites such
and bootstrap themes. Apply sparkline line & bar charts
(note this feature requires the 'dataui' package which can be downloaded from
<https://github.com/timelyportfolio/dataui>).
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.
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,
glue,
grDevices,
htmltools,
htmlwidgets (>= 1.5.3),
magrittr,
purrr,
sass (>= 0.4.0),
shiny,
stats,
stringr (>= 1.4.0),
tippy (>= 0.1.0),
tools,
webshot2
Suggests:
dataui (>= 0.0.1),
MASS,
scales
Additional_repositories:
https://kcuilla.github.io/drat/
RoxygenNote: 7.1.1
Language: en-US