-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
58 lines (58 loc) · 1.59 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
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.10.1.9000
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "[email protected]"),
person("Jakub", "Nowicki", role = "aut", email = "[email protected]"),
person("Leszek", "Siemiński", role = "aut", email = "[email protected]"),
person("Marek", "Rogala", role = "aut", email = "[email protected]"),
person("Recle", "Vibal", role = "aut", email = "[email protected]"),
person("Tymoteusz", "Makowski", role = "aut", email = "[email protected]"),
person("Rodrigo", "Basa", role = "aut", email = "[email protected]"),
person("Eduardo", "Almeida", role = "ctb", email = "[email protected]"),
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]")
)
Description: A framework that supports creating and extending enterprise Shiny applications using best practices.
URL: https://appsilon.github.io/rhino/, https://github.com/Appsilon/rhino
BugReports: https://github.com/Appsilon/rhino/issues
License: LGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Imports:
box (>= 1.1.3),
box.linters (>= 0.10.5),
box.lsp,
cli,
config,
fs,
glue,
lintr (>= 3.0.0),
logger,
purrr,
renv,
rstudioapi,
sass,
shiny,
styler,
testthat (>= 3.0.0),
utils,
withr,
yaml
Suggests:
covr,
knitr,
mockery,
rcmdcheck,
rex,
rlang,
rmarkdown,
shiny.react,
spelling
LazyData: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-US