Last updated on 2025-07-12 09:49:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9-83-11 | 15.78 | 113.03 | 128.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9-83-11 | 10.15 | 74.48 | 84.63 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9-83-11 | 210.01 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9-83-11 | 202.54 | ERROR | |||
r-devel-windows-x86_64 | 0.9-83-11 | 20.00 | 145.00 | 165.00 | OK | |
r-patched-linux-x86_64 | 0.9-83-11 | 20.59 | 105.88 | 126.47 | OK | |
r-release-linux-x86_64 | 0.9-83-11 | 17.25 | 105.69 | 122.94 | OK | |
r-release-macos-arm64 | 0.9-83-11 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.9-83-11 | 79.00 | OK | |||
r-release-windows-x86_64 | 0.9-83-11 | 20.00 | 152.00 | 172.00 | OK | |
r-oldrel-macos-arm64 | 0.9-83-11 | 53.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9-83-11 | 82.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9-83-11 | 26.00 | 184.00 | 210.00 | NOTE |
Version: 0.9-83-11
Check: examples
Result: ERROR
Running examples in ‘RVAideMemoire-Ex.R’ failed
The error most likely occurred in:
> ### Name: rating.emmeans
> ### Title: EMMeans for Cumulative Link (Mixed) Models
> ### Aliases: rating.emmeans
>
> ### ** Examples
>
> if (require("ordinal",quietly=TRUE) & require("emmeans",quietly=TRUE)) {
+ model <- clm(rating~contact*temp,data=wine)
+ EMM <- emmeans(model,~contact:temp|cut,mode="linear.predictor")
+
+ # Probabilities
+ rating.emmeans(EMM)
+
+ # Cumulative probabilities
+ rating.emmeans(EMM,type="cumprob")
+
+ # Most probable rating
+ rating.emmeans(EMM,type="class1")
+ }
Welcome to emmeans.
Caution: You lose important information if you filter this package's results.
See '? untidy'
Error in data.frame(fac = levs, cut = rep(levs.cut2, levs.cut.rep), cumprob = summ$cumprob) :
arguments imply differing number of rows: 16, 0
Calls: rating.emmeans -> data.frame
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9-83-11
Check: package dependencies
Result: NOTE
Package which this enhances but not available for checking: ‘glmmADMB’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64