Last updated on 2026-01-22 20:48:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.5 | 10.89 | 87.23 | 98.12 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.4.5 | 7.41 | 61.64 | 69.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.5 | 20.00 | 156.41 | 176.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.5 | 19.00 | 156.84 | 175.84 | ERROR | |
| r-devel-windows-x86_64 | 0.4.5 | 14.00 | 93.00 | 107.00 | ERROR | |
| r-patched-linux-x86_64 | 0.4.5 | 10.80 | 89.70 | 100.50 | OK | |
| r-release-linux-x86_64 | 0.4.5 | 11.29 | 89.95 | 101.24 | OK | |
| r-release-macos-arm64 | 0.4.5 | OK | ||||
| r-release-macos-x86_64 | 0.4.5 | 7.00 | 113.00 | 120.00 | OK | |
| r-release-windows-x86_64 | 0.4.5 | 13.00 | 116.00 | 129.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.5 | 7.00 | 130.00 | 137.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.5 | 17.00 | 146.00 | 163.00 | OK |
Version: 0.4.5
Check: examples
Result: ERROR
Running examples in ‘scorecard-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: describe
> ### Title: Variable Describe
> ### Aliases: describe
>
> ### ** Examples
>
> library(data.table)
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
>
> data("germancredit")
> dat = rbind(
+ setDT(germancredit),
+ data.table(creditability=sample(c("good","bad"),100,replace=TRUE)),
+ fill=TRUE)
>
> eda = describe(dat)
Warning in `[.data.table`(sum_dtnum, , `:=`(`NA's`, NULL)) :
Tried to assign NULL to column 'NA's', but this column does not exist to remove
Error in setnames(sum_dtnum, c("min", "p25", "p50", "mean", "p75", "max", :
Can't assign 8 names to a 9-column data.table
Calls: describe -> setnames -> stopf -> raise_condition -> signal
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.5
Check: examples
Result: ERROR
Running examples in ‘scorecard-Ex.R’ failed
The error most likely occurred in:
> ### Name: describe
> ### Title: Variable Describe
> ### Aliases: describe
>
> ### ** Examples
>
> library(data.table)
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
>
> data("germancredit")
> dat = rbind(
+ setDT(germancredit),
+ data.table(creditability=sample(c("good","bad"),100,replace=TRUE)),
+ fill=TRUE)
>
> eda = describe(dat)
Warning in `[.data.table`(sum_dtnum, , `:=`(`NA's`, NULL)) :
Tried to assign NULL to column 'NA's', but this column does not exist to remove
Error in setnames(sum_dtnum, c("min", "p25", "p50", "mean", "p75", "max", :
Can't assign 8 names to a 9-column data.table
Calls: describe -> setnames -> stopf -> raise_condition -> signal
Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64