-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.02 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
Package: dataui
Type: Package
Title: `Data-UI` Interactive Visualizations
Version: 0.0.1
Date: 2020-06-26
Authors@R: c(
person(
"Chris", " Williams"
, role = c("aut", "cph")
, comment = "data-ui library, https://williaster.github.io/data-ui"
),
person(
"Kent", "Russell"
, role = c("aut", "cre")
, comment = "R interface"
, email = "kent.russell@timelyportfolio.com"
),
person(
"Ken", "Steif"
, role = c("ctb")
, comment = "R interface"
)
)
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>
URL: https://github.com/timelyportfolio/dataui
BugReports: https://github.com/timelyportfolio/dataui/issues
Description: Create sparklines and histograms with 'data-ui'.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
glue,
htmltools,
htmlwidgets,
jsonlite,
reactR
Suggests:
knitr,
markdown,
reactable,
rmarkdown
Enhances:
DT,
shiny
RoxygenNote: 7.1.1
VignetteBuilder: knitr