File tree Expand file tree Collapse file tree 3 files changed +71
-0
lines changed
Expand file tree Collapse file tree 3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ ^renv$
2+ ^renv\.lock$
3+ ^Meta$
4+ ^doc$
5+ ^data-raw$
6+ ^.*\.Rproj$
7+ ^\.Rproj\.user$
8+ ^.*\.lintr$
9+ ^LICENSE\.md$
10+ ^_pkgdown\.yml$
11+ ^docs$
12+ ^pkgdown$
13+ ^\.github$
Original file line number Diff line number Diff line change 1+ name : rworkflows
2+ " on " :
3+ push :
4+ branches :
5+ - master
6+ - main
7+ - devel
8+ - RELEASE_**
9+ pull_request :
10+ branches :
11+ - master
12+ - main
13+ - devel
14+ - RELEASE_**
15+ jobs :
16+ rworkflows :
17+ permissions : write-all
18+ runs-on : ${{ matrix.config.os }}
19+ name : ${{ matrix.config.os }} (${{ matrix.config.r }})
20+ container : ${{ matrix.config.cont }}
21+ strategy :
22+ fail-fast : ${{ false }}
23+ matrix :
24+ config :
25+ - os : ubuntu-latest
26+ bioc : devel
27+ r : auto
28+ cont : ghcr.io/bioconductor/bioconductor_docker:devel
29+ rspm : ~
30+ - os : macOS-latest
31+ bioc : devel
32+ r : auto
33+ cont : ~
34+ rspm : ~
35+ - os : windows-latest
36+ bioc : devel
37+ r : auto
38+ cont : ~
39+ rspm : ~
40+ steps :
41+ - uses : neurogenomics/rworkflows@master
42+ with :
43+ run_bioccheck : ${{ false }}
44+ run_rcmdcheck : ${{ true }}
45+ as_cran : ${{ false }}
46+ run_vignettes : ${{ true }}
47+ has_testthat : ${{ true }}
48+ run_covr : ${{ true }}
49+ run_pkgdown : ${{ false }}
50+ has_runit : ${{ false }}
51+ has_latex : ${{ false }}
52+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53+ run_docker : ${{ false }}
54+ DOCKER_TOKEN : ${{ secrets.DOCKER_TOKEN }}
55+ runner_os : ${{ runner.os }}
56+ cache_version : cache-v1
57+ docker_registry : ghcr.io
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Suggests:
4646 car,
4747 knitr,
4848 lmerTest,
49+ missForest,
4950 mixOmics,
5051 MuMIn,
5152 MUVR2,
You can’t perform that action at this time.
0 commit comments