Last updated on 2023-01-30 00:31:14 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.41 | 35.46 | 36.87 | 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 | 78.00 | 87.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 2.11 | 46.38 | 48.49 | NOTE | |
r-release-linux-x86_64 | 1.1.1 | 1.53 | 46.12 | 47.65 | 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 | 9.00 | 79.00 | 88.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 | 76.00 | 81.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' [11s]
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