Last updated on 2025-12-28 03:52:21 CET.
| Package | ERROR | OK |
|---|---|---|
| pedquant | 1 | 12 |
| scorecard | 1 | 12 |
| xefun | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.6
Check: examples
Result: ERROR
Running examples in 'pedquant-Ex.R' failed
The error most likely occurred in:
> ### Name: pq_portfolio
> ### Title: calculating returns/equity of portfolio
> ### Aliases: pq_portfolio
>
> ### ** Examples
>
> library(pedquant)
>
> data(dt_banks)
> datadj = md_stock_adjust(dt_banks)
>
>
> # example I
> orders = data.frame(
+ symbol = c("601288.SH","601328.SH","601398.SH","601939.SH","601988.SH"),
+ quantity = c(100, 200, 300, 300, 100)
+ )
> dtRa = pq_portfolio(datadj, orders=orders)
Error in `[.data.table`(orders[is.na(get(v)), `:=`((v), 0)][order(symbol, :
attempt access index 6/6 in VECTOR_ELT
Calls: pq_portfolio -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
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:
> ### 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
Flavor: r-devel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in 'xefun-Ex.R' failed
The error most likely occurred in:
> ### Name: reprate
> ### Title: char repetition rate
> ### Aliases: reprate
>
> ### ** Examples
>
> x = c('a', 'aa', 'ab', 'aab', 'aaab')
> reprate(x)
Error in `[.data.table`(dat[!is.na(get(col)), c("rid", col), with = FALSE][, :
attempt access index 2/2 in VECTOR_ELT
Calls: reprate ... reprate.character -> reprate.data.frame -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.