CRAN Package Check Results for Package processpredictR

Last updated on 2025-12-19 17:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 14.83 135.76 150.59 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 10.85 95.59 106.44 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 25.00 204.25 229.25 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 24.00 199.35 223.35 ERROR
r-devel-windows-x86_64 0.1.1 16.00 124.00 140.00 OK
r-patched-linux-x86_64 0.1.1 14.87 123.16 138.03 OK
r-release-linux-x86_64 0.1.1 14.66 124.16 138.82 OK
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 9.00 148.00 157.00 OK
r-release-windows-x86_64 0.1.1 15.00 123.00 138.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 9.00 137.00 146.00 OK
r-oldrel-windows-x86_64 0.1.1 22.00 164.00 186.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘processpredictR-Ex.R’ failed The error most likely occurred in: > ### Name: max_case_length > ### Title: Calculate the maximum length of a case / number of activities in > ### the longest trace in an event log > ### Aliases: max_case_length > > ### ** Examples > > library(processpredictR) > library(eventdataR) > > df <- prepare_examples(patients) Error in `[.data.table`(log, order(start_time, end_time, min_order), `:=`(c("ith_case", : attempt access index 7/7 in VECTOR_ELT Calls: prepare_examples ... prepare_examples.eventlog -> %>% -> prepare_examples_main -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘process-prediction-workflow.Rmd’ using rmarkdown Quitting from process-prediction-workflow.Rmd:65-68 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 7/7 in VECTOR_ELT --- Backtrace: ▆ 1. ├─processpredictR::prepare_examples(traffic_fines, task = "outcome") 2. ├─processpredictR:::prepare_examples.eventlog(traffic_fines, task = "outcome") 3. │ └─... %>% ... 4. └─processpredictR:::prepare_examples_main(...) 5. ├─...[] 6. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'process-prediction-workflow.Rmd' failed with diagnostics: attempt access index 7/7 in VECTOR_ELT --- failed re-building ‘process-prediction-workflow.Rmd’ SUMMARY: processing the following file failed: ‘process-prediction-workflow.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc