File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33^README\.Rmd$
44^README-.*\.png$
55docs
6+ ^\.github$
Original file line number Diff line number Diff line change 1+ * .html
Original file line number Diff line number Diff line change 1+ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2+ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3+ on :
4+ push :
5+ branches : [main, master]
6+ pull_request :
7+
8+ name : R-CMD-check.yaml
9+
10+ permissions : read-all
11+
12+ jobs :
13+ R-CMD-check :
14+ runs-on : ubuntu-latest
15+ env :
16+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
17+ R_KEEP_PKG_SOURCE : yes
18+ steps :
19+ - uses : actions/checkout@v4
20+
21+ - uses : r-lib/actions/setup-r@v2
22+ with :
23+ use-public-rspm : true
24+
25+ - uses : r-lib/actions/setup-r-dependencies@v2
26+ with :
27+ extra-packages : any::rcmdcheck
28+ needs : check
29+
30+ - uses : r-lib/actions/check-r-package@v2
31+ with :
32+ upload-snapshots : true
33+ build_args : ' c("--no-manual","--compact-vignettes=gs+qpdf")'
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ License: GPL-3
1010Encoding: UTF-8
1111RoxygenNote: 7.3.3
1212BugReports: https://github.com/rdpeng/queue/issues
13+ URL: https://github.com/rdpeng/queue
Original file line number Diff line number Diff line change 1111# ' under the current working directory
1212# '
1313# ' @return an object of class \code{"queue"} (invisibly)
14- # 'fet
1514# ' @importFrom thor mdb_env
1615# ' @export
1716
Original file line number Diff line number Diff line change 22output : github_document
33---
44
5- <!-- README.md is generated from README.Rmd. Please edit that file -->
6-
5+ [ ![ R-CMD-check ] ( https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml )
6+
77``` {r, echo = FALSE}
88knitr::opts_chunk$set(
99 collapse = TRUE,
You can’t perform that action at this time.
0 commit comments