Last updated on 2022-09-11 12:56:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 2.04 | 47.12 | 49.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.43 | 34.09 | 35.52 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 68.10 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 67.02 | NOTE | |||
r-devel-windows-x86_64 | 1.1.1 | 9.00 | 70.00 | 79.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 2.20 | 45.23 | 47.43 | NOTE | |
r-release-linux-x86_64 | 1.1.1 | 2.20 | 45.45 | 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 | 8.00 | 75.00 | 83.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:3): 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:3): 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