Last updated on 2021-03-29 07:46:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 27.82 | 39.79 | 67.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 17.14 | 29.91 | 47.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 97.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 77.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.1 | 55.00 | 66.00 | 121.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.1 | NOTE | ||||
r-patched-linux-x86_64 | 0.3.1 | 21.35 | 37.48 | 58.83 | OK | |
r-patched-solaris-x86 | 0.3.1 | 19.10 | ERROR | |||
r-release-linux-x86_64 | 0.3.1 | 20.10 | 37.38 | 57.48 | OK | |
r-release-macos-x86_64 | 0.3.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.1 | 60.00 | 68.00 | 128.00 | OK | |
r-oldrel-macos-x86_64 | 0.3.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.1 | 50.00 | 88.00 | 138.00 | ERROR |
Version: 0.3.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-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT
Version: 0.3.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-patched-solaris-x86
Version: 0.3.1
Check: running tests for arch ‘i386’
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(gghilbertstrings)
>
> test_check("gghilbertstrings")
== Failed tests ================================================================
-- Failure (test-hilbertd2xy.R:10:5): Distance to XY-Position works ------------
hilbertd2xy(4^i, 4^i - 1) not equal to tibble(x = c((2^i) - 1), y = 0).
Component "x": Mean absolute difference: 7
Component "y": Mean relative difference: 1
-- Failure (test-hilbertd2xy.R:10:5): Distance to XY-Position works ------------
hilbertd2xy(4^i, 4^i - 1) not equal to tibble(x = c((2^i) - 1), y = 0).
Component "x": Mean absolute difference: 63
Component "y": Mean relative difference: 1
-- Failure (test-hilbertd2xy.R:10:5): Distance to XY-Position works ------------
hilbertd2xy(4^i, 4^i - 1) not equal to tibble(x = c((2^i) - 1), y = 0).
Component "x": Mean absolute difference: 127
Component "y": Mean relative difference: 1
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 285 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64