Last updated on 2026-01-21 12:49:01 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.80 | 64.22 | 72.02 | 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 | 13.00 | 119.00 | 132.00 | OK | |
| r-patched-linux-x86_64 | 0.4.5 | 10.11 | 88.79 | 98.90 | 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 | 14.00 | 117.00 | 131.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 | 20.00 | 153.00 | 173.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
Flavor: r-devel-linux-x86_64-fedora-gcc