Last updated on 2022-04-27 11:53:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.42 | 111.01 | 115.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.97 | 75.57 | 79.54 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 95.18 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 95.15 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 13.00 | 122.00 | 135.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 6.95 | 107.60 | 114.55 | OK | |
r-release-linux-x86_64 | 1.0 | 5.84 | 105.78 | 111.62 | OK | |
r-release-macos-arm64 | 1.0 | 36.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 71.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 14.00 | 125.00 | 139.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 72.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 10.00 | 132.00 | 142.00 | OK |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘bimixt-Ex.R’ failed
The error most likely occurred in:
> ### Name: lr.test
> ### Title: lr.test
> ### Aliases: lr.test
>
> ### ** Examples
>
> case=rmix(50,10,1.2,15,1,.7)
> control=rmix(50,10,1.2,15,1,.95)
> model1=bimixt.model(case=case,control=control, type="4c")
> model2=bimixt.model(case=case,control=control, type="binorm")
> lr.test(model1, model2)
Error in model1$control != model2$control || model1$case != model2$case :
'length = 50' in coercion to 'logical(1)'
Calls: lr.test
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc