-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 868 Bytes
/
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
Package: shinyThings
Title: Reusable Shiny Modules and Other Shiny Things
Version: 0.4.0
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7111-0077"))
Description: A collection of re-usable Shiny modules that can be
dropped into Shiny apps. Also includes additional helper functions.
License: MIT + file LICENSE
URL: https://github.com/gadenbuie/shinyThings
BugReports: https://github.com/gadenbuie/shinyThings/issues
Imports:
htmltools,
magrittr,
purrr,
shiny (>= 0.13.0),
shinyjs (>=
0.4.0),
utils,
whisker
Suggests:
shinytest (>= 1.3.0),
spelling,
testthat (>= 2.1.0)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1