-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.65 KB
/
Copy pathDESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.65 KB
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
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.12.0.9000
Authors@R:
c(
person("Jakub", "Nowicki", role = c("aut", "cre"), email = "opensource+kuba@appsilon.com"),
person("Kamil", "Żyła", role = "aut", email = "kamil@appsilon.com"),
person("Leszek", "Siemiński", role = "aut", email = "leszek.sieminski@appsilon.com"),
person("Marek", "Rogala", role = "aut", email = "marek@appsilon.com"),
person("Recle", "Vibal", role = "aut", email = "recle.vibal@appsilon.com"),
person("Tymoteusz", "Makowski", role = "aut", email = "tymoteusz@appsilon.com"),
person("Rodrigo", "Basa", role = "aut", email = "rodrigo@appsilon.com"),
person("Eduardo", "Almeida", role = "ctb", email = "eduardo@appsilon.com"),
person("Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
)
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)
Depends:
R (>= 2.10)
Imports:
box (>= 1.1.3),
box.linters (>= 0.10.5),
box.lsp,
callr,
cli,
config,
covr (>= 3.6.5),
fs,
glue,
lintr (>= 3.0.0),
logger,
purrr,
renv,
rstudioapi,
sass,
shiny,
styler,
testthat (>= 3.0.0),
utils,
withr,
yaml
Suggests:
DT,
htmltools,
knitr,
lifecycle,
mockery,
rcmdcheck,
rex,
rlang,
rmarkdown,
shiny.react,
spelling
LazyData: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-US
Config/roxygen2/version: 8.0.0