Last updated on 2025-06-27 21:49:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 69.74 | 329.14 | 398.88 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 45.66 | 227.22 | 272.88 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 667.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 639.19 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 73.00 | 298.00 | 371.00 | ERROR | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 1.0.1 | 62.59 | 331.33 | 393.92 | OK | |
r-release-macos-arm64 | 1.0.1 | 150.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 344.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 73.00 | 326.00 | 399.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 224.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.1 | 355.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.1 | 88.00 | 442.00 | 530.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘aihuman-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TestMonotonicityRE
> ### Title: Test monotonicity with random effects
> ### Aliases: TestMonotonicityRE
>
> ### ** Examples
>
> data(synth)
> data(hearingdate_synth)
> synth$CourtEvent_HearingDate <- hearingdate_synth
> TestMonotonicityRE(synth,
+ fixed = "Y ~ Sex + White + Age +
+ CurrentViolentOffense + PendingChargeAtTimeOfOffense +
+ PriorMisdemeanorConviction + PriorFelonyConviction +
+ PriorViolentConviction + D",
+ random = "~ 1|CourtEvent_HearingDate"
+ )
Error in colMeans(post_b2, na.rm = TRUE) :
'x' must be an array of at least two dimensions
Calls: TestMonotonicityRE -> mixed_model -> mixed_fit -> matrix -> colMeans
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'aihuman-Ex.R' failed
The error most likely occurred in:
> ### Name: TestMonotonicityRE
> ### Title: Test monotonicity with random effects
> ### Aliases: TestMonotonicityRE
>
> ### ** Examples
>
> data(synth)
> data(hearingdate_synth)
> synth$CourtEvent_HearingDate <- hearingdate_synth
> TestMonotonicityRE(synth,
+ fixed = "Y ~ Sex + White + Age +
+ CurrentViolentOffense + PendingChargeAtTimeOfOffense +
+ PriorMisdemeanorConviction + PriorFelonyConviction +
+ PriorViolentConviction + D",
+ random = "~ 1|CourtEvent_HearingDate"
+ )
Error in colMeans(post_b2, na.rm = TRUE) :
'x' must be an array of at least two dimensions
Calls: TestMonotonicityRE -> mixed_model -> mixed_fit -> matrix -> colMeans
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.1
Check: installed package size
Result: NOTE
installed size is 6.7Mb
sub-directories of 1Mb or more:
doc 1.6Mb
libs 4.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64