Last updated on 2025-12-20 11:50:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.5 | 11.70 | 90.15 | 101.85 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.4.5 | 7.82 | 62.14 | 69.96 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.5 | 20.00 | 143.18 | 163.18 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.5 | 18.00 | 144.59 | 162.59 | ERROR | |
| r-devel-windows-x86_64 | 0.4.5 | 12.00 | 116.00 | 128.00 | OK | |
| r-patched-linux-x86_64 | 0.4.5 | 11.01 | 88.46 | 99.47 | OK | |
| r-release-linux-x86_64 | 0.4.5 | 9.89 | 87.89 | 97.78 | 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 | 112.00 | 126.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 | 18.00 | 146.00 | 164.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: scorecard_pmml
> ### Title: Scorecard to PMML
> ### Aliases: scorecard_pmml
>
> ### ** Examples
>
> data("germancredit")
> dtvf = var_filter(germancredit, y='creditability')
ℹ Filtering variables via missing_rate, identical_rate, info_value ...
✔ 1 variables are removed via identical_rate
✔ 6 variables are removed via info_value
✔ Variable filtering on 1000 rows and 20 columns in 00:00:00
✔ 7 variables are removed in total
> bins = woebin(dtvf, y='creditability')
ℹ Creating woe binning ...
Error in checkForRemoteErrors(val) :
13 nodes produced errors; first error: Error in `[.data.table`(melt(init_bin_all_breaks, id = c("variable", "neg", :
attempt access index 5/5 in VECTOR_ELT
Calls: woebin ... clusterApplyLB -> dynamicClusterApply -> checkForRemoteErrors
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: scorecard_pmml
> ### Title: Scorecard to PMML
> ### Aliases: scorecard_pmml
>
> ### ** Examples
>
> data("germancredit")
> dtvf = var_filter(germancredit, y='creditability')
ℹ Filtering variables via missing_rate, identical_rate, info_value ...
✔ 1 variables are removed via identical_rate
✔ 6 variables are removed via info_value
✔ Variable filtering on 1000 rows and 20 columns in 00:00:00
✔ 7 variables are removed in total
> bins = woebin(dtvf, y='creditability')
ℹ Creating woe binning ...
Error in checkForRemoteErrors(val) :
13 nodes produced errors; first error: Error in `[.data.table`(melt(init_bin_all_breaks, id = c("variable", "neg", :
attempt access index 5/5 in VECTOR_ELT
Calls: woebin ... clusterApplyLB -> dynamicClusterApply -> checkForRemoteErrors
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc