File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ CHANGELOG.md
77^doc$
88^Meta$
99^vignettes\*.md$
10- ^vignettes\figure$
10+ ^vignettes\figure$
11+ ^\.circleci$
Original file line number Diff line number Diff line change 1+ version : 2
2+ jobs :
3+ build :
4+ docker :
5+ - image : rocker/verse:4.0.3
6+ environment :
7+ _R_CHECK_FORCE_SUGGESTS_ : false
8+ steps :
9+ - checkout
10+ - run :
11+ name : Install package dependencies
12+ command : R -e "devtools::install_deps(dep = TRUE)"
13+ - run :
14+ name : Build package
15+ command : R CMD build .
16+ - run :
17+ name : Check package
18+ command : R CMD check --no-manual *tar.gz
19+ - store_test_results :
20+ path : tmp/tests
Original file line number Diff line number Diff line change 1- [ ![ Build Status ] ( https://travis-ci .com/kharchenkolab/pagoda2.svg?branch=master )] ( https://travis-ci. com/github/kharchenkolab/pagoda2 )
1+ [ ![ < kharchenkolab > ] ( https://circleci .com/gh/ kharchenkolab/pagoda2.svg?style=svg )] ( https://app.circleci. com/pipelines /github/kharchenkolab/pagoda2 )
22[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/pagoda2 )] ( https://cran.r-project.org/package=pagoda2 )
33[ ![ CRAN downloads] ( https://cranlogs.r-pkg.org/badges/pagoda2 )] ( https://cran.r-project.org/package=pagoda2 )
44
You can’t perform that action at this time.
0 commit comments