Last updated on 2023-01-25 04:51:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 1.45 | 47.20 | 48.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.70 | 34.78 | 36.48 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 59.77 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 68.47 | NOTE | |||
r-devel-windows-x86_64 | 1.1.1 | 9.00 | 72.00 | 81.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 2.33 | 45.67 | 48.00 | NOTE | |
r-release-linux-x86_64 | 1.1.1 | 1.71 | 45.34 | 47.05 | NOTE | |
r-release-macos-arm64 | 1.1.1 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 1.1.1 | 29.00 | NOTE | |||
r-release-windows-x86_64 | 1.1.1 | 16.00 | 77.00 | 93.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1.1 | 31.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.1 | 52.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1.1 | 5.00 | 69.00 | 74.00 | ERROR |
Version: 1.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hazer)
>
> test_check("hazer")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
== Failed tests ================================================================
-- Failure ('testall.R:22'): test the haze -------------------------------------
floor(h$haze * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 225, 224).
1/1 mismatches
[1] 224 - 225 == -1
-- Failure ('testall.R:23'): test the haze -------------------------------------
floor(h$A0 * 1000) not equal to ifelse(tolower(Sys.info()[[1]]) != "linux", 710, 712).
1/1 mismatches
[1] 712 - 710 == 2
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64