CRAN Package Check Results for Package scorecard

Last updated on 2026-02-08 09:49:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.5 10.66 91.40 102.06 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.6 6.95 69.89 76.84 OK
r-devel-linux-x86_64-fedora-clang 0.4.6 20.00 152.86 172.86 OK
r-devel-linux-x86_64-fedora-gcc 0.4.6 19.00 156.09 175.09 OK
r-devel-windows-x86_64 0.4.5 14.00 94.00 108.00 ERROR
r-patched-linux-x86_64 0.4.5 11.25 89.05 100.30 OK
r-release-linux-x86_64 0.4.5 10.98 90.74 101.72 OK
r-release-macos-arm64 0.4.6 3.00 31.00 34.00 OK
r-release-macos-x86_64 0.4.6 9.00 280.00 289.00 OK
r-release-windows-x86_64 0.4.5 13.00 116.00 129.00 OK
r-oldrel-macos-arm64 0.4.6 3.00 49.00 52.00 OK
r-oldrel-macos-x86_64 0.4.6 9.00 316.00 325.00 OK
r-oldrel-windows-x86_64 0.4.5 18.00 151.00 169.00 OK

Check Details

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-clang

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-windows-x86_64