Last updated on 2021-03-08 19:51:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 6.39 | 97.82 | 104.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.04 | 71.55 | 76.59 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 130.72 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 120.82 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.2 | 15.00 | 93.00 | 108.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.2.2 | OK | ||||
r-patched-linux-x86_64 | 0.2.2 | 6.38 | 92.07 | 98.45 | OK | |
r-patched-solaris-x86 | 0.2.2 | 164.60 | OK | |||
r-release-linux-x86_64 | 0.2.2 | 6.18 | 90.10 | 96.28 | OK | |
r-release-macos-x86_64 | 0.2.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.2 | 13.00 | 122.00 | 135.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.2 | 10.00 | 89.00 | 99.00 | ERROR |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
3. └─incidence2:::incidence_.default(...)
4. └─incidence2:::check_dates(x[[date_index]])
── Error (test-incidence.R:546:3): cnt variable working as expected ────────────
Error: Input could not be converted to date. Accepted formats are:
Date, POSIXct, integer, numeric, character, factor
Backtrace:
█
1. └─incidence2::incidence(...) test-incidence.R:546:2
2. ├─incidence2:::incidence_(...)
3. └─incidence2:::incidence_.default(...)
4. └─incidence2:::check_dates(x[[date_index]])
[ FAIL 3 | WARN 0 | SKIP 5 | PASS 162 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(incidence2)
>
> test_check("incidence2")
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
5766 observations outside of [2014-05-20, 2014-06-10] were removed.
1601 observations outside of [2014-05-20, 2014-12-10] were removed.
1601 observations outside of [2014-05-20, 2014-12-10] were removed.
43 observations outside of [2014-05-20, 2017-12-10] were removed.
27 observations outside of [2016-02-29, 2018-04-10] were removed.
== Skipped tests ===============================================================
* On CRAN (5)
== Failed tests ================================================================
-- Error (test-incidence.R:358:3): corner cases --------------------------------
Error: (is.logical(standard)) is not TRUE
Backtrace:
x
1. +-testthat::expect_error(...) test-incidence.R:358:2
2. | \-testthat:::expect_condition_matching(...)
3. | \-testthat:::quasi_capture(...)
4. | +-testthat:::.capture(...)
5. | | \-base::withCallingHandlers(...)
6. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. \-incidence2::incidence(...)
8. \-base::stopifnot(...)
-- Error (test-incidence.R:527:3): Print and summary returns the object --------
Error: Input could not be converted to date. Accepted formats are:
Date, POSIXct, integer, numeric, character, factor
Backtrace:
x
1. \-incidence2::incidence(dat, date_index = dates) test-incidence.R:527:2
2. +-incidence2:::incidence_(...)
3. \-incidence2:::incidence_.default(...)
4. \-incidence2:::check_dates(x[[date_index]])
-- Error (test-incidence.R:546:3): cnt variable working as expected ------------
Error: Input could not be converted to date. Accepted formats are:
Date, POSIXct, integer, numeric, character, factor
Backtrace:
x
1. \-incidence2::incidence(...) test-incidence.R:546:2
2. +-incidence2:::incidence_(...)
3. \-incidence2:::incidence_.default(...)
4. \-incidence2:::check_dates(x[[date_index]])
[ FAIL 3 | WARN 0 | SKIP 5 | PASS 162 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64