Last updated on 2023-01-28 08:00:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.26 | 61.54 | 63.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.41 | 45.49 | 47.90 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 78.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 81.89 | NOTE | |||
r-patched-linux-x86_64 | 1.0.0 | 3.77 | 57.78 | 61.55 | OK | |
r-release-linux-x86_64 | 1.0.0 | 3.50 | 57.22 | 60.72 | OK | |
r-release-macos-arm64 | 1.0.0 | 22.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.0 | 32.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.0 | 24.00 | 85.00 | 109.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 26.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.0 | 48.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 7.00 | 88.00 | 95.00 | ERROR |
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Rdpack’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [30s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(tukeyGH)
>
> test_check("tukeyGH")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 62 ]
== Failed tests ================================================================
-- Failure ('test-dgh.R:40'): dgh works ----------------------------------------
with(depo, dgh(depo$x, a, b, g, h, tol = 1e-07)) (`actual`) not equal to with(depo, g/b * dlnorm(1 + g * (depo$x - a)/b, 0, g)) (`expected`).
actual | expected
[1] 0.0822314562960349 - 0.0822314555813451 [1]
[2] 0.0082878053983490 - 0.0082878053986329 [2]
[3] 0.3228592138013511 - 0.3228592139002194 [3]
[4] 0.2010433373426706 - 0.2010433385206109 [4]
[5] 40.0155008248349588 - 40.0155239067749946 [5]
[6] 0.1249600369385051 - 0.1249600369385030 [6]
[7] 0.6861477911437704 - 0.6861477885500565 [7]
[8] 0.9488740112587508 - 0.9488740212948044 [8]
[9] 2.3510578266518638 - 2.3510578855762385 [9]
[10] 1.8888191388654789 - 1.8888191239278860 [10]
... ... ... and 90 more ...
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64