-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.06 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
Package: shinycoreci
Title: CI Testing for shiny
Version: 0.0.0.9009
Authors@R: c(
person("Barret", "Schloerke", , "[email protected]", role = c("aut", "cre")),
person("Winston", "Chang", , "[email protected]", role = "aut"),
person("Alan", "Dipert", , "[email protected]", role = "aut"),
person("RStudio", role = c("cph", "fnd"))
)
Description: Core shiny team tools to facilitate testing of the
shiny-verse.
License: MIT + file LICENSE
URL: https://github.com/rstudio/shinycoreci
BugReports: https://github.com/rstudio/shinycoreci/issues
Imports:
callr,
chromote (>= 0.4.0.9000),
cli,
jsonlite,
progress,
rappdirs,
rprojroot,
rstudioapi (>= 0.11),
sessioninfo,
utils,
withr
Suggests:
dplyr,
english,
httpuv,
httr,
later,
renv,
rmarkdown (>= 2.9),
rsconnect (>= 1.0.1),
shiny,
shinytest,
testthat,
tibble,
tidyr,
waldo
Remotes:
rstudio/chromote
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2