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