CRAN Package Check Results for Package incidence2

Last updated on 2020-12-01 00:46:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 8.07 92.67 100.74 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 5.79 68.69 74.48 OK
r-devel-linux-x86_64-fedora-clang 0.2.2 122.73 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 113.77 OK
r-devel-windows-ix86+x86_64 0.2.2 13.00 96.00 109.00 OK
r-patched-linux-x86_64 0.2.2 6.62 90.05 96.67 OK
r-patched-solaris-x86 0.2.2 148.10 OK
r-release-linux-x86_64 0.2.2 6.74 88.52 95.26 OK
r-release-macos-x86_64 0.2.2 OK
r-release-windows-ix86+x86_64 0.2.2 11.00 92.00 103.00 OK
r-oldrel-macos-x86_64 0.2.2 ERROR
r-oldrel-windows-ix86+x86_64 0.2.2 11.00 115.00 126.00 ERROR

Check Details

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:
    
     -- Skip (test-palettes.R:15:3): muted ------------------------------------------
     Reason: On CRAN
    
     ── Skipped tests ──────────────────────────────────────────────────────────────
     ● On CRAN (5)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     ERROR (test-incidence.R:358:3): corner cases
     ERROR (test-incidence.R:527:3): Print and summary returns the object
     ERROR (test-incidence.R:546:3): cnt variable working as expected
    
     [ 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' [8s]
    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.
     25 observations outside of [2016-02-29, 2018-04-10] were removed.
     -- 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(...)
    
     -- Skip (test-incidence.R:442:3): Expected values, no group --------------------
     Reason: On CRAN
    
     -- Skip (test-incidence.R:496:3): Expected values, with groups -----------------
     Reason: On CRAN
    
     -- 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]])
    
     -- Skip (test-non-exported.R:70:3): check_interval -----------------------------
     Reason: On CRAN
    
     -- Skip (test-palettes.R:2:3): vibrant -----------------------------------------
     Reason: On CRAN
    
     -- Skip (test-palettes.R:15:3): muted ------------------------------------------
     Reason: On CRAN
    
     -- Skipped tests --------------------------------------------------------------
     * On CRAN (5)
    
     == testthat results ===========================================================
     ERROR (test-incidence.R:358:3): corner cases
     ERROR (test-incidence.R:527:3): Print and summary returns the object
     ERROR (test-incidence.R:546:3): cnt variable working as expected
    
     [ FAIL 3 | WARN 0 | SKIP 5 | PASS 162 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64