CRAN Package Check Results for Package projections

Last updated on 2020-08-07 01:49:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 2.63 34.50 37.13 OK
r-devel-linux-x86_64-debian-gcc 0.5.1 2.26 26.34 28.60 OK
r-devel-linux-x86_64-fedora-clang 0.5.1 52.56 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 42.66 OK
r-devel-windows-ix86+x86_64 0.5.1 12.00 50.00 62.00 OK
r-patched-linux-x86_64 0.5.1 3.20 33.70 36.90 OK
r-patched-solaris-x86 0.5.1 66.90 OK
r-release-linux-x86_64 0.5.1 2.54 34.02 36.56 OK
r-release-macos-x86_64 0.5.1 OK
r-release-windows-ix86+x86_64 0.5.1 11.00 65.00 76.00 OK
r-oldrel-macos-x86_64 0.5.1 ERROR
r-oldrel-windows-ix86+x86_64 0.5.1 6.00 48.00 54.00 ERROR

Check Details

Version: 0.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     > test_check("projections")
     ── 1. Failure: Errors are thrown when they should (@test-project.R#128) ───────
     `project(i, si = si, time_change = 2, R = matrix(1.2))` threw an error with unexpected message.
     Expected match: "`R` must be a `vector` or a `list` if `time_change` provided; it is a `matrix, array`"
     Actual message: "`R` must be a `vector` or a `list` if `time_change` provided; it is a `matrix`"
     Backtrace:
     1. testthat::expect_error(...)
     6. projections::project(i, si = si, time_change = 2, R = matrix(1.2))
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 73 | SKIPPED: 19 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: Errors are thrown when they should (@test-project.R#128)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 0.5.1
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(vdiffr)
     > library(distcrete)
     > library(incidence)
     > library(projections)
     > library(outbreaks)
     > library(magrittr)
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     >
     > test_check("projections")
     -- 1. Failure: Errors are thrown when they should (@test-project.R#128) -------
     `project(i, si = si, time_change = 2, R = matrix(1.2))` threw an error with unexpected message.
     Expected match: "`R` must be a `vector` or a `list` if `time_change` provided; it is a `matrix, array`"
     Actual message: "`R` must be a `vector` or a `list` if `time_change` provided; it is a `matrix`"
     Backtrace:
     1. testthat::expect_error(...)
     6. projections::project(i, si = si, time_change = 2, R = matrix(1.2))
    
     == testthat results ===========================================================
     [ OK: 73 | SKIPPED: 19 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: Errors are thrown when they should (@test-project.R#128)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64