Skip to content

Commit 781643d

Browse files
committed
add a shinytest test for event_data app
1 parent 7671756 commit 781643d

File tree

16 files changed

+2543
-0
lines changed

16 files changed

+2543
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ before_script:
3333

3434
# work around temporary travis + R 3.5 bug
3535
r_packages: devtools
36+
37+
# temporary: needed for plotly input testing in shiny
38+
r_github_packages: rstudio/shinytest

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Suggests:
5454
knitr,
5555
devtools,
5656
shiny (>= 1.1.0),
57+
shinytest (> 1.3.0),
5758
curl,
5859
rmarkdown,
5960
vdiffr,

0 commit comments

Comments
 (0)