CRAN Package Check Results for Package hazer

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 2.12 44.64 46.76 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 1.46 31.90 33.36 OK
r-devel-linux-x86_64-fedora-clang 1.1.1 61.60 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 52.28 OK
r-devel-windows-ix86+x86_64 1.1.1 7.00 55.00 62.00 ERROR
r-patched-linux-x86_64 1.1.1 1.87 41.89 43.76 OK
r-patched-solaris-x86 1.1.1 81.70 OK
r-release-linux-x86_64 1.1.1 1.86 42.46 44.32 OK
r-release-macos-x86_64 1.1.1 OK
r-release-windows-ix86+x86_64 1.1.1 9.00 70.00 79.00 ERROR
r-oldrel-macos-x86_64 1.1.1 OK
r-oldrel-windows-ix86+x86_64 1.1.1 4.00 49.00 53.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(hazer)
     >
     > test_check("hazer")
     -- 1. Failure: test the haze (@testall.R#22) ----------------------------------
     floor(h$haze * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 225, 224).
     1/1 mismatches
     [1] 224 - 225 == -1
    
     -- 2. Failure: test the haze (@testall.R#23) ----------------------------------
     floor(h$A0 * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 710, 712).
     1/1 mismatches
     [1] 712 - 710 == 2
    
     == testthat results ===========================================================
     [ OK: 4 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: test the haze (@testall.R#22)
     2. Failure: test the haze (@testall.R#23)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 1.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [13s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(hazer)
     >
     > test_check("hazer")
     -- 1. Failure: test the haze (@testall.R#22) ----------------------------------
     floor(h$haze * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 225, 224).
     1/1 mismatches
     [1] 224 - 225 == -1
    
     -- 2. Failure: test the haze (@testall.R#23) ----------------------------------
     floor(h$A0 * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 710, 712).
     1/1 mismatches
     [1] 712 - 710 == 2
    
     == testthat results ===========================================================
     [ OK: 4 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: test the haze (@testall.R#22)
     2. Failure: test the haze (@testall.R#23)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64