-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 999 Bytes
/
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
Package: shiny.benchmark
Title: Benchmark the Performance of 'shiny' Applications
Version: 0.1.1
Authors@R:
c(
person(given = "Douglas", family = "Azevedo", email = "opensource+douglas@appsilon.com", role = c("aut", "cre")),
person(family = "Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
)
Description: Compare performance between different versions of a 'shiny' application based on 'git' references.
License: LGPL-3
URL: https://github.com/Appsilon/shiny.benchmark, https://github.com/Appsilon/shiny.benchmark
BugReports: https://github.com/Appsilon/shiny.benchmark/issues
SystemRequirements: yarn 1.22.17 or higher, Node 12 or higher
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.1.0)
Suggests:
covr,
knitr,
lintr,
rcmdcheck,
rmarkdown,
mockr,
spelling
Imports:
dplyr,
ggplot2,
glue,
jsonlite,
methods,
progress,
renv,
shinytest2,
stringr,
testthat,
fs
Language: en-US