Skip to content

Commit e2a7908

Browse files
committed
run test coverage on this branch
1 parent 31c7fd5 commit e2a7908

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main, master]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, patch-for-cran]
88

99
name: test-coverage
1010

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ URL: https://mc-stan.org/bayesplot/
2626
BugReports: https://github.com/stan-dev/bayesplot/issues/
2727
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
2828
Depends:
29-
R (>= 3.5.0)
29+
R (>= 3.1.0)
3030
Imports:
3131
dplyr (>= 0.8.0),
3232
ggplot2 (>= 3.0.0),

tests/testthat/data-for-ordinal.rda

-7 Bytes
Binary file not shown.

tests/testthat/test-ppc-discrete.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load(test_path("data-for-ordinal.rda"))
1111
# yrep_char <- posterior_predict(fit, draws = 50)
1212
# yrep_ord <- sapply(data.frame(yrep_char, stringsAsFactors = TRUE), as.integer)
1313
# group_ord <- datasets::esoph$agegp
14-
# save(y_ord, yrep_ord, group_ord, file = testthat::test_path("data-for-ordinal.rda"))
14+
# save(y_ord, yrep_ord, group_ord, file = testthat::test_path("data-for-ordinal.rda"), version = 2)
1515

1616

1717
# bar plots ---------------------------------------------------------------

0 commit comments

Comments
 (0)