forked from ThinkR-open/engineering-shiny-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.42 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
52
53
54
55
Type: Compendium
Package: building.shiny.apps.workflow
Title: Building Big Shiny Apps - A Workflow
Version: 0.0.1
Authors@R:
c(person(given = "Colin",
family = "Fay",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7343-1846")),
person(given = "Sébastien",
family = "Rochette",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1565-9313")),
person(given = "Vincent",
family = "Guyader",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0671-9270")),
person(given = "Cervan",
family = "Girard",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4816-4624")),
person(given = "ThinkR",
role = "cph"))
Description: Open source book on R for reproducible, robust and
maintanable Shiny applications.
License: file LICENSE
Depends:
bookdown,
golem
Imports:
cli,
cloc,
cyclocomp,
dplyr,
fs,
glue,
htmltools,
knitr,
magrittr,
packageMetrics2,
remotes,
shiny,
tidytuesday201942,
namer
Remotes:
ColinFay/tidytuesday201942,
MangoTheCat/packageMetrics2,
hrbrmstr/cloc,
ThinkR-open/golem
Encoding: UTF-8
LazyData: true