Last updated on 2020-08-07 01:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 8.07 | 78.25 | 86.32 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 6.37 | 59.09 | 65.46 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 108.01 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 102.28 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.6 | 20.00 | 118.00 | 138.00 | OK | |
r-patched-linux-x86_64 | 0.1.6 | 7.18 | 75.38 | 82.56 | OK | |
r-patched-solaris-x86 | 0.1.6 | 152.40 | OK | |||
r-release-linux-x86_64 | 0.1.6 | 7.39 | 75.83 | 83.22 | OK | |
r-release-macos-x86_64 | 0.1.6 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.6 | 22.00 | 85.00 | 107.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.1.6 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 13.00 | 82.00 | 95.00 | OK |
Version: 0.1.6
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # workaround for error LC_CTYPE failed, using "C" but does not work
> #https://github.com/r-lib/testthat/issues/86
> #Sys.setenv("R_TESTS" = "")
>
> library(testthat)
> library(lognorm)
>
> #test_package("gapfillResp")
> test_check("lognorm")
-- 1. Failure: estimateSumLognormalSampleGapfilled (@test_sumLognormal.R#174) -
exp(coefSum["sigma"]) not equal to c(sigma = 1.029).
1/1 mismatches
[1] 1.06 - 1.03 == 0.0264
== testthat results ===========================================================
[ OK: 72 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: estimateSumLognormalSampleGapfilled (@test_sumLognormal.R#174)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64