File tree Expand file tree Collapse file tree 5 files changed +44
-13
lines changed Expand file tree Collapse file tree 5 files changed +44
-13
lines changed Original file line number Diff line number Diff line change 77^revdep
88^vdiffr.Rproj$
99^CRAN-RELEASE$
10+ ^_pkgdown\.yml$
11+ ^docs$
12+ ^pkgdown$
Original file line number Diff line number Diff line change 44revdep /checks
55revdep /library
66src-i386 /
7- src-x64 /
7+ src-x64 /
8+ docs /
Original file line number Diff line number Diff line change 11# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
22
3- language : r
4- sudo : false
3+ language : R
54cache : packages
65
76matrix :
87 include :
9- - r : oldrel
10- - r : release
11- env : R_CODECOV=true
12- - r : devel
13- - os : osx
14- osx_image : xcode7.2
15- latex : false
16-
17- after_success :
18- - if [[ "${R_CODECOV}" ]]; then R -e 'covr::codecov()'; fi
8+ - r : devel
9+ - r : release
10+ after_success :
11+ - Rscript -e 'covr::codecov()'
12+ before_cache :
13+ - Rscript -e 'remotes::install_cran("pkgdown")'
14+ deploy :
15+ provider : script
16+ script : Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
17+ skip_cleanup : true
18+ - r : oldrel
19+ - r : 3.4
20+ - r : 3.3
21+ - r : 3.2
22+ - os : osx
23+ osx_image : xcode7.2
24+ latex : false
Original file line number Diff line number Diff line change 11
22# vdiffr
33
4+ <!-- badges: start -->
45[ ![ Travis Build Status] ( https://travis-ci.org/r-lib/vdiffr.svg?branch=master )] ( https://travis-ci.org/r-lib/vdiffr )
56[ ![ AppVeyor Build status] ( https://ci.appveyor.com/api/projects/status/github/r-lib/vdiffr?branch=master&svg=true )] ( https://ci.appveyor.com/project/r-lib/vdiffr )
7+ [ ![ Codecov test coverage] ( https://codecov.io/gh/r-lib/vdiffr/branch/master/graph/badge.svg )] ( https://codecov.io/gh/r-lib/vdiffr?branch=master )
8+ [ ![ CRAN status] ( https://www.r-pkg.org/badges/version/vdiffr )] ( https://cran.r-project.org/package=vdiffr )
9+ <!-- badges: end -->
610
711vdiffr is an extension to the package testthat that makes it easy to
812test for visual regressions. It provides a Shiny app to manage failed
Original file line number Diff line number Diff line change 1+ url : https://vdiffr.r-lib.org
2+ destination : docs
3+
4+ navbar :
5+ structure :
6+ left : [home, reference, news]
7+ right : [github]
8+ components :
9+ news :
10+ text : News
11+ menu :
12+ - text : " Release notes"
13+ - text : " Version 0.3.0"
14+ href : https://www.tidyverse.org/articles/2019/01/vdiffr-0-3-0/
15+ - text : " ------------------"
16+ - text : " Change log"
17+ href : news/index.html
You can’t perform that action at this time.
0 commit comments