Last updated on 2026-01-20 02:52:03 CET.
| Package | ERROR | OK |
|---|---|---|
| pedquant | 13 | |
| scorecard | 1 | 12 |
| xefun | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13