Skip to content

Commit 44af4fd

Browse files
committed
skipped tests failing on windows
1 parent dde002b commit 44af4fd

36 files changed

+47
-11
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To add a new family of models (i.e stochastic models) please open an [issue](htt
179179

180180
File an issue [here](https://github.com/seabbs/idmodelr/issues) if there is any other feature, that you think is missing from the package, or better yet submit a pull request!
181181

182-
Please note that the `idmodelr` project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
182+
Please note that the `idmodelr` project is released with a [Contributor Code of Conduct](https://github.com/seabbs/idmodelr/blob/master/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
183183

184184
### Docker
185185

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ SIR_demographics_ode
131131
#> list(derivatives)
132132
#> })
133133
#> }
134-
#> <bytecode: 0x564cca084650>
134+
#> <bytecode: 0x56216ce79d90>
135135
#> <environment: namespace:idmodelr>
136136
```
137137

@@ -314,8 +314,9 @@ is any other feature, that you think is missing from the package, or
314314
better yet submit a pull request\!
315315

316316
Please note that the `idmodelr` project is released with a [Contributor
317-
Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this
318-
project, you agree to abide by its terms.
317+
Code of
318+
Conduct](https://github.com/seabbs/idmodelr/blob/master/.github/CODE_OF_CONDUCT.md).
319+
By contributing to this project, you agree to abide by its terms.
319320

320321
### Docker
321322

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Comments
2+
3+
* Fixed README link
4+
* Skipped tests that rely on files as failing in Windows build on CRAN
5+
16
## Test environments
27

38
* local OS X install, R 3.6.1

man/figures/unnamed-chunk-11-1.png

-37.7 KB
Loading

man/figures/unnamed-chunk-13-1.png

-34.9 KB
Loading

tests/testthat/test-SEIRS_demographics_ode.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ test <- SEIRS_demographics_ode(1, inits, parameters)
2222

2323

2424
test_that("SEIRS_demographics_ode can correctly return rates of change over one timestep", {
25+
skip_on_cran()
2526
expect_known_output(test, file = "../../tests/test-files/SEIRS_demographics_ode/test-01.rds")
2627
})

tests/testthat/test-SEIRS_ode.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ test <- SEIRS_ode(1, inits, parameters)
2020

2121

2222
test_that("SEIRS_ode can correctly return rates of change over one timestep", {
23+
skip_on_cran()
2324
expect_known_output(test, file = "../../tests/test-files/SEIRS_ode/test-01.rds")
2425
})

tests/testthat/test-SEIR_demographics_ode.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ test <- SEIR_demographics_ode(1, inits, parameters)
2020

2121

2222
test_that("SEIR_demographics_ode can correctly return rates of change over one timestep", {
23+
skip_on_cran()
2324
expect_known_output(test, file = "../../tests/test-files/SEIR_demographics_ode/test-01.rds")
2425
})

tests/testthat/test-SEIR_ode.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ test <- SEIR_ode(1, inits, parameters)
1919

2020

2121
test_that("SEIR_ode can correctly return rates of change over one timestep", {
22+
skip_on_cran()
2223
expect_known_output(test, file = "../../tests/test-files/SEIR_ode/test-01.rds")
2324
})

tests/testthat/test-SEIS_demographics_ode.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ test <- SEIS_demographics_ode(1, inits, parameters)
2020

2121

2222
test_that("SEIS_demographics_ode can correctly return rates of change over one timestep", {
23+
skip_on_cran()
2324
expect_known_output(test, file = "../../tests/test-files/SEIS_demographics_ode/test-01.rds")
2425
})

0 commit comments

Comments
 (0)