Last updated on 2025-12-28 05:50:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.3 | 3.49 | 45.50 | 48.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.3 | 2.37 | 35.12 | 37.49 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.3 | 75.95 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 6.00 | 98.41 | 104.41 | OK | |
| r-devel-windows-x86_64 | 1.3.3 | 5.00 | 63.00 | 68.00 | ERROR | |
| r-patched-linux-x86_64 | 1.3.3 | 2.92 | 40.22 | 43.14 | OK | |
| r-release-linux-x86_64 | 1.3.3 | 3.48 | 40.44 | 43.92 | OK | |
| r-release-macos-arm64 | 1.3.3 | OK | ||||
| r-release-macos-x86_64 | 1.3.3 | 2.00 | 75.00 | 77.00 | OK | |
| r-release-windows-x86_64 | 1.3.3 | 5.00 | 67.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.3 | 2.00 | 74.00 | 76.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.3 | 6.00 | 76.00 | 82.00 | OK |
Version: 1.3.3
Check: examples
Result: ERROR
Running examples in 'rqdatatable-Ex.R' failed
The error most likely occurred in:
> ### Name: ex_data_table_step.relop_extend
> ### Title: Implement extend/assign operator.
> ### Aliases: ex_data_table_step.relop_extend
>
> ### ** Examples
>
>
> dL <- build_frame(
+ "subjectID", "surveyCategory" , "assessmentTotal", "one" |
+ 1 , "withdrawal behavior", 5 , 1 |
+ 1 , "positive re-framing", 2 , 1 |
+ 2 , "withdrawal behavior", 3 , 1 |
+ 2 , "positive re-framing", 4 , 1 )
> rquery_pipeline <- local_td(dL) %.>%
+ extend_nse(.,
+ probability %:=%
+ exp(assessmentTotal * 0.237)/
+ sum(exp(assessmentTotal * 0.237)),
+ count %:=% sum(one),
+ rank %:=% rank(),
+ orderby = c("assessmentTotal", "surveyCategory"),
+ reverse = c("assessmentTotal"),
+ partitionby = 'subjectID') %.>%
+ orderby(., c("subjectID", "probability"))
> dL %.>% rquery_pipeline
Error in `[.data.table`(.rquery_ex_extend_tmp, , `:=`(c("probability", :
attempt access index 5/5 in VECTOR_ELT
Calls: %.>% ... ex_data_table_step.relop_extend -> eval -> eval -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.3.3
Check: tests
Result: ERROR
Running 'tinytest.R' [1s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("rqdatatable")
+ }
Loading required package: wrapr
Attaching package: 'wrapr'
The following object is masked from 'package:base':
grepv
Loading required package: rquery
test_assoc.R.................. 0 tests
test_assoc.R.................. 7 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m
test_colon.R.................. 0 tests
test_colon.R.................. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m9ms<1b>[0m
test_cross_join.R............. 0 tests
test_cross_join.R............. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m17ms<1b>[0m
test_d_bind_frames.R.......... 0 tests
test_d_bind_frames.R.......... 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m7ms<1b>[0m
test_degenerate_project.R..... 0 tests
test_degenerate_project.R..... 0 tests
test_degenerate_project.R..... 0 tests
test_degenerate_project.R..... 1 tests <1b>[0;32mOK<1b>[0m
test_degenerate_project.R..... 1 tests <1b>[0;32mOK<1b>[0m
test_degenerate_project.R..... 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m20ms<1b>[0m
test_df_types.R............... 0 tests
test_df_types.R............... 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m16ms<1b>[0m
test_distinct.R............... 0 tests
test_distinct.R............... 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m10ms<1b>[0m
test_dotdotdot_issue.R........ 0 tests
test_dotdotdot_issue.R........ 0 tests <1b>[0;36m10ms<1b>[0m
test_dt_exports.R............. 0 tests
test_dt_exports.R............. 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m19ms<1b>[0m
test_dtmsg.R.................. 0 tests
test_dtmsg.R.................. 0 tests <1b>[0;36m15ms<1b>[0m
test_ex_pipe.R................ 0 tests
test_ex_pipe.R................ 2 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m10ms<1b>[0m
test_execute_parallel.R....... 0 tests Error in `[.data.table`(.rquery_ex_extend_tmp, , `:=`(c("row_number"), :
attempt access index 6/6 in VECTOR_ELT
Calls: <Anonymous> ... ex_data_table_step.relop_extend -> eval -> eval -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.3.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'GroupedSampling.Rmd' using rmarkdown
Quitting from GroupedSampling.Rmd:17-41 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 7/7 in VECTOR_ELT
---
Backtrace:
▆
1. └─rqdatatable::ex_data_table(sample_ops)
2. ├─rqdatatable::ex_data_table_step(...)
3. └─rqdatatable:::ex_data_table_step.relop_select_rows(...)
4. ├─rqdatatable::ex_data_table_step(...)
5. └─rqdatatable:::ex_data_table_step.relop_extend(...)
6. └─base::eval(expr, envir = tmpenv, enclos = tmpenv)
7. └─base::eval(expr, envir = tmpenv, enclos = tmpenv)
8. ├─...[]
9. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'GroupedSampling.Rmd' failed with diagnostics:
attempt access index 7/7 in VECTOR_ELT
--- failed re-building 'GroupedSampling.Rmd'
--- re-building 'R_mapping.Rmd' using rmarkdown
Quitting from R_mapping.Rmd:14-40 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 4/4 in VECTOR_ELT
---
Backtrace:
▆
1. └─rqdatatable::ex_data_table(rquery_pipeline, tables = list(dL = dL))
2. ├─rqdatatable::ex_data_table_step(...)
3. └─rqdatatable:::ex_data_table_step.relop_orderby(...)
4. ├─rqdatatable::ex_data_table_step(...)
5. └─rqdatatable:::ex_data_table_step.relop_extend(...)
6. └─base::eval(expr, envir = tmpenv, enclos = tmpenv)
7. └─base::eval(expr, envir = tmpenv, enclos = tmpenv)
8. ├─...[]
9. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'R_mapping.Rmd' failed with diagnostics:
attempt access index 4/4 in VECTOR_ELT
--- failed re-building 'R_mapping.Rmd'
--- re-building 'logisticexample.Rmd' using rmarkdown
Quitting from logisticexample.Rmd:67-69 [unnamed-chunk-5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 4/4 in VECTOR_ELT
---
Backtrace:
▆
1. └─rqdatatable::ex_data_table(rquery_pipeline)
2. ├─rqdatatable::ex_data_table_step(...)
3. └─rqdatatable:::ex_data_table_step.relop_orderby(...)
4. ├─rqdatatable::ex_data_table_step(...)
5. └─rqdatatable:::ex_data_table_step.relop_select_columns(...)
6. ├─rqdatatable::ex_data_table_step(...)
7. └─rqdatatable:::ex_data_table_step.relop_select_rows(...)
8. ├─rqdatatable::ex_data_table_step(...)
9. └─rqdatatable:::ex_data_table_step.relop_extend(...)
10. ├─rqdatatable::ex_data_table_step(...)
11. └─rqdatatable:::ex_data_table_step.relop_extend(...)
12. ├─rqdatatable::ex_data_table_step(...)
13. └─rqdatatable:::ex_data_table_step.relop_extend(...)
14. └─base::eval(expr, envir = tmpenv, enclos = tmpenv)
15. └─base::eval(expr, envir = tmpenv, enclos = tmpenv)
16. ├─...[]
17. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'logisticexample.Rmd' failed with diagnostics:
attempt access index 4/4 in VECTOR_ELT
--- failed re-building 'logisticexample.Rmd'
SUMMARY: processing the following files failed:
'GroupedSampling.Rmd' 'R_mapping.Rmd' 'logisticexample.Rmd'
Error: Vignette re-building failed.
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.