-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
39 lines (39 loc) · 1.03 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
Package: shinipsum
Title: Lorem-Ipsum-like Helpers for fast Shiny Prototyping
Version: 0.0.0.9000
Authors@R:
c(person(given = "Colin",
family = "Fay",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7343-1846")),
person(given = "Sebastien",
family = "Rochette",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1565-9313")),
person(given = "ThinkR",
role = c("cph", "fnd")))
Description: Prototype your shiny apps quickly with these
Lorem-Ipsum-like Helpers.
License: MIT + file LICENSE
URL: https://github.com/Thinkr-open/shinipsum
BugReports: https://github.com/Thinkr-open/shinipsum/issues
Depends:
R (>= 2.10)
Imports:
attempt,
datasets,
DT,
dygraphs,
ggplot2 (>= 3.0.0),
magrittr,
plotly,
stats,
utils
Suggests:
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1