Skip to content

Commit

Permalink
Alter shinytest stuff and add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed May 13, 2019
1 parent a29fd0b commit 69319ea
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
@@ -1,9 +1,9 @@
^\.lintr$
^.*\.Rproj$
^\.Rproj\.user$
app.R
COPYRIGHT
LICENSE
Makefile
rsconnect
^README\.Rmd$
^\.travis\.yml$
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
cache: packages
3 changes: 2 additions & 1 deletion DESCRIPTION
Expand Up @@ -40,7 +40,8 @@ Remotes:
ropensci/drake
Suggests:
pkgload,
rmarkdown
rmarkdown,
shinytest
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Expand Up @@ -5,6 +5,7 @@ output: github_document
<!-- Run the Makefile to generate the README.md files from README.Rmd. -->

![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
[![Travis build status](https://travis-ci.org/wlandau/drakeplanner.svg?branch=master)](https://travis-ci.org/wlandau/drakeplanner)

# drakeplanner

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@
<!-- Run the Makefile to generate the README.md files from README.Rmd. -->

![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
[![Travis build
status](https://travis-ci.org/wlandau/drakeplanner.svg?branch=master)](https://travis-ci.org/wlandau/drakeplanner)

# drakeplanner

Expand Down
2 changes: 2 additions & 0 deletions inst/README.md
Expand Up @@ -2,6 +2,8 @@
<!-- Run the Makefile to generate the README.md files from README.Rmd. -->

![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
[![Travis build
status](https://travis-ci.org/wlandau/drakeplanner.svg?branch=master)](https://travis-ci.org/wlandau/drakeplanner)

# drakeplanner

Expand Down
1 change: 1 addition & 0 deletions tests/bad-functions.R
@@ -1,3 +1,4 @@
library(shinytest)
app <- ShinyDriver$new("../")
app$snapshotInit("bad-functions")

Expand Down
1 change: 1 addition & 0 deletions tests/bad-plan.R
@@ -1,3 +1,4 @@
library(shinytest)
app <- ShinyDriver$new("../")
app$snapshotInit("bad-plan")

Expand Down
1 change: 1 addition & 0 deletions tests/update-functions.R
@@ -1,3 +1,4 @@
library(shinytest)
app <- ShinyDriver$new("../")
app$snapshotInit("update-functions")

Expand Down
1 change: 1 addition & 0 deletions tests/update-plan.R
@@ -1,3 +1,4 @@
library(shinytest)
app <- ShinyDriver$new("../")
app$snapshotInit("update-plan")

Expand Down

0 comments on commit 69319ea

Please sign in to comment.