Last updated on 2025-12-20 03:48:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.3 | 2.55 | 43.81 | 46.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.3 | 2.15 | 30.15 | 32.30 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.3 | 67.78 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 79.11 | ERROR | |||
| r-devel-windows-x86_64 | 1.3.3 | 5.00 | 67.00 | 72.00 | OK | |
| r-patched-linux-x86_64 | 1.3.3 | 3.92 | 39.94 | 43.86 | OK | |
| r-release-linux-x86_64 | 1.3.3 | 3.02 | 39.67 | 42.69 | 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 | 65.00 | 70.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 | 5.00 | 76.00 | 81.00 | OK |
Version: 1.3.3
Check: examples
Result: ERROR
Running examples in ‘rqdatatable-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-linux-x86_64-debian-gcc
Version: 1.3.3
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/2s]
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;36m7ms<1b>[0m
test_cross_join.R............. 0 tests
test_cross_join.R............. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m31ms<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;36m12ms<1b>[0m
test_distinct.R............... 0 tests
test_distinct.R............... 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m14ms<1b>[0m
test_dotdotdot_issue.R........ 0 tests
test_dotdotdot_issue.R........ 0 tests <1b>[0;36m21ms<1b>[0m
test_dt_exports.R............. 0 tests
test_dt_exports.R............. 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m38ms<1b>[0m
test_dtmsg.R.................. 0 tests
test_dtmsg.R.................. 0 tests <1b>[0;36m23ms<1b>[0m
test_ex_pipe.R................ 0 tests
test_ex_pipe.R................ 2 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m19ms<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-linux-x86_64-debian-gcc
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-linux-x86_64-debian-gcc
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.3.3
Check: tests
Result: ERROR
Running ‘tinytest.R’
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.6s<1b>[0m
test_colon.R.................. 0 tests
test_colon.R.................. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m14ms<1b>[0m
test_cross_join.R............. 0 tests
test_cross_join.R............. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m47ms<1b>[0m
test_d_bind_frames.R.......... 0 tests
test_d_bind_frames.R.......... 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m14ms<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;36m51ms<1b>[0m
test_df_types.R............... 0 tests
test_df_types.R............... 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m24ms<1b>[0m
test_distinct.R............... 0 tests
test_distinct.R............... 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m14ms<1b>[0m
test_dotdotdot_issue.R........ 0 tests
test_dotdotdot_issue.R........ 0 tests <1b>[0;36m23ms<1b>[0m
test_dt_exports.R............. 0 tests
test_dt_exports.R............. 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m66ms<1b>[0m
test_dtmsg.R.................. 0 tests
test_dtmsg.R.................. 0 tests <1b>[0;36m44ms<1b>[0m
test_ex_pipe.R................ 0 tests
test_ex_pipe.R................ 2 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m30ms<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-linux-x86_64-fedora-clang
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.3.3
Check: tests
Result: ERROR
Running ‘tinytest.R’
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.4s<1b>[0m
test_colon.R.................. 0 tests
test_colon.R.................. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m14ms<1b>[0m
test_cross_join.R............. 0 tests
test_cross_join.R............. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m35ms<1b>[0m
test_d_bind_frames.R.......... 0 tests
test_d_bind_frames.R.......... 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m10ms<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;36m44ms<1b>[0m
test_df_types.R............... 0 tests
test_df_types.R............... 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m22ms<1b>[0m
test_distinct.R............... 0 tests
test_distinct.R............... 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m15ms<1b>[0m
test_dotdotdot_issue.R........ 0 tests
test_dotdotdot_issue.R........ 0 tests <1b>[0;36m23ms<1b>[0m
test_dt_exports.R............. 0 tests
test_dt_exports.R............. 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m39ms<1b>[0m
test_dtmsg.R.................. 0 tests
test_dtmsg.R.................. 0 tests <1b>[0;36m21ms<1b>[0m
test_ex_pipe.R................ 0 tests
test_ex_pipe.R................ 2 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m19ms<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-linux-x86_64-fedora-gcc