-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
94 lines (94 loc) · 2.18 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: yonder
Type: Package
Title: A Reactive Web Framework Built on 'shiny'
Version: 0.2.0.9000
Authors@R: c(
person("Nathan", "Teetor", email = "[email protected]",
role = c("aut", "cre")),
person(family = "The Bootstrap Authors", comment = "Bootstrap library",
role = "cph"),
person(family = "Twitter, Inc", comment = "Bootstrap library",
role = "cph"),
person(family = "JS Foundation", comment = "jQuery library",
role = "cph"),
person("Federico", "Zivolo", comment = "popper.js library",
role = c("ctb", "cph")),
person("Johann", "Servoire", comment = "bs-custom-file-input library",
role = c("ctb", "cph"))
)
Description: Build 'shiny' applications with a brand new set of components and
reactive inputs.
License: GPL-3
URL: https://nteetor.github.io/yonder
BugReports: https://github.com/nteetor/yonder/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.2),
shiny (>= 1.6.0)
Imports:
htmltools (>= 0.4.0),
lifecycle,
magrittr,
rlang,
utils
Suggests:
knitr,
testthat (>= 2.1.0),
rmarkdown
VignetteBuilder: knitr
Collate:
'alert.R'
'badge.R'
'card.R'
'collapse.R'
'components.R'
'content.R'
'design.R'
'design-affix.R'
'design-background.R'
'design-border.R'
'design-display.R'
'design-flex.R'
'design-float.R'
'design-font.R'
'design-scroll.R'
'design-shadow.R'
'design-sizing.R'
'design-spacing.R'
'dropdown.R'
'forms.R'
'input-button-group.R'
'input-button.R'
'input-checkbar.R'
'input-checkbox.R'
'input-chip.R'
'input-file.R'
'input-form.R'
'input-list-group.R'
'input-menu.R'
'input-nav.R'
'input-radio.R'
'input-radiobar.R'
'input-range.R'
'input-select.R'
'input-textual.R'
'layout.R'
'modal.R'
'navbar.R'
'page.R'
'popover.R'
'utils.R'
'pronoun-style.R'
'reexports.R'
'style.R'
'toast.R'
'tooltip.R'
'utils-arguments.R'
'utils-assertions.R'
'utils-dependencies.R'
'utils-responsive.R'
'utils-tags.R'
'yonder.R'