CRAN Package Check Results for Package maditr

Last updated on 2025-12-20 21:49:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.6 3.42 39.04 42.46 ERROR
r-devel-linux-x86_64-debian-gcc 0.8.6 2.40 29.31 31.71 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.6 6.00 62.93 68.93 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.6 77.69 ERROR
r-devel-windows-x86_64 0.8.6 5.00 69.00 74.00 OK
r-patched-linux-x86_64 0.8.6 3.75 39.03 42.78 OK
r-release-linux-x86_64 0.8.6 2.62 39.22 41.84 OK
r-release-macos-arm64 0.8.6 OK
r-release-macos-x86_64 0.8.6 2.00 112.00 114.00 OK
r-release-windows-x86_64 0.8.6 4.00 68.00 72.00 OK
r-oldrel-macos-arm64 0.8.6 OK
r-oldrel-macos-x86_64 0.8.6 2.00 161.00 163.00 OK
r-oldrel-windows-x86_64 0.8.6 6.00 79.00 85.00 OK

Check Details

Version: 0.8.6
Check: examples
Result: ERROR Running examples in ‘maditr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: dt_count > ### Title: Additional useful functions > ### Aliases: dt_count dt_add_count dt_top_n > > ### ** Examples > > > data(mtcars) > > # dt_count > dt_count(mtcars, am, vs) am vs n <num> <num> <int> 1: 1 0 6 2: 1 1 7 3: 0 1 7 4: 0 0 12 > dt_add_count(mtcars, am, vs, name = "am_vs")[] # [] for autoprinting Error in `[.data.table`(`._***data***`, , `:=`(am_vs, .N), by = c("am", : attempt access index 11/11 in VECTOR_ELT Calls: dt_add_count ... eval_in_parent_frame -> eval -> eval -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.8.6
Check: tests
Result: ERROR Running ‘tinytest.R’ [1s/2s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > if(capabilities('long.double') && requireNamespace("tinytest", quietly=TRUE)){ + library(tinytest) + options(covr = FALSE) + data.table::setDTthreads(2) + test_package("maditr", remove_side_effects=FALSE) + data.table::setDTthreads(NULL) + } To select columns from data: columns(mtcars, mpg, vs:carb) Context: coalesce test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 1 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m82ms<1b>[0m Context: columns test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 13 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 15 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 22 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 23 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 24 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 25 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m Context: cube, rollup and etc test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 1 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 2 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m Context: dcast/melt test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 8 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m53ms<1b>[0m test_dplyr_verbs.R............ 0 tests Context: verbs errors test_dplyr_verbs.R............ 0 tests test_dplyr_verbs.R............ 1 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 2 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 3 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 4 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 5 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 6 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 7 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 8 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 9 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m Context: dt_mutate test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 11 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 12 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m Context: summarize/summarize_all test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 14 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 16 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 18 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 20 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 22 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 24 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 26 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 28 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m Context: dt_filter test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 30 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m Context: dt_select test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 35 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m Context: dt_join_* test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 1 tests <1b>[0;32mOK<1b>[0m test_join.R................... 2 tests <1b>[0;32mOK<1b>[0m test_join.R................... 3 tests <1b>[0;32mOK<1b>[0m test_join.R................... 4 tests <1b>[0;32mOK<1b>[0m test_join.R................... 5 tests <1b>[0;32mOK<1b>[0m test_join.R................... 6 tests <1b>[0;32mOK<1b>[0m test_join.R................... 7 tests <1b>[0;32mOK<1b>[0m test_join.R................... 8 tests <1b>[0;32mOK<1b>[0m test_join.R................... 9 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m dt_inner_join: joining, by = "name" test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m dt_left_join: joining, by = "name" test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m dt_right_join: joining, by = "name" test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m dt_full_join: joining, by = "name" test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m dt_anti_join: joining, by = "name" test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m dt_semi_join: joining, by = "name" test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 28 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m Context: let_all test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 1 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(`._***data***`, , `:=`((c("mpg_wow", "disp_wow", : attempt access index 11/11 in VECTOR_ELT Calls: test_package ... eval_in_parent_frame -> eval -> eval -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘Introduction.Rmd’ using rmarkdown Quitting from Introduction.Rmd:133-285 [unnamed-chunk-8] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 11/11 in VECTOR_ELT --- Backtrace: ▆ 1. ├─... %>% head() 2. ├─utils::head(.) 3. ├─maditr::let(., rank = rank(-mpg, ties.method = "min"), by = cyl) 4. └─maditr:::let.data.frame(...) 5. └─base::eval.parent(...) 6. └─base::eval(expr, p) 7. └─base::eval(expr, p) 8. ├─maditr::let_if(...) 9. ├─maditr:::let_if.data.frame(...) 10. │ └─maditr:::eval_in_parent_frame(res, expr, frame = parent_frame) 11. │ └─base::eval(expr, envir = frame) 12. │ └─base::eval(expr, envir = frame) 13. ├─...[] 14. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: attempt access index 11/11 in VECTOR_ELT --- failed re-building ‘Introduction.Rmd’ SUMMARY: processing the following file failed: ‘Introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.8.6
Check: tests
Result: ERROR Running ‘tinytest.R’ [1s/2s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > if(capabilities('long.double') && requireNamespace("tinytest", quietly=TRUE)){ + library(tinytest) + options(covr = FALSE) + data.table::setDTthreads(2) + test_package("maditr", remove_side_effects=FALSE) + data.table::setDTthreads(NULL) + } To aggregate data: take(mtcars, mean_mpg = mean(mpg), by = am) Context: coalesce test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 1 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m43ms<1b>[0m Context: columns test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 13 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 15 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 22 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 23 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 24 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 25 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m74ms<1b>[0m Context: cube, rollup and etc test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 1 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 2 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m92ms<1b>[0m Context: dcast/melt test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 8 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m70ms<1b>[0m test_dplyr_verbs.R............ 0 tests Context: verbs errors test_dplyr_verbs.R............ 0 tests test_dplyr_verbs.R............ 1 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 2 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 3 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 4 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 5 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 6 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 7 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 8 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 9 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m Context: dt_mutate test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 11 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 12 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m Context: summarize/summarize_all test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 14 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 16 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 18 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 20 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 22 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 24 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 26 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 28 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m Context: dt_filter test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 30 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m Context: dt_select test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 35 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.6s<1b>[0m Context: dt_join_* test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 1 tests <1b>[0;32mOK<1b>[0m test_join.R................... 2 tests <1b>[0;32mOK<1b>[0m test_join.R................... 3 tests <1b>[0;32mOK<1b>[0m test_join.R................... 4 tests <1b>[0;32mOK<1b>[0m test_join.R................... 5 tests <1b>[0;32mOK<1b>[0m test_join.R................... 6 tests <1b>[0;32mOK<1b>[0m test_join.R................... 7 tests <1b>[0;32mOK<1b>[0m test_join.R................... 8 tests <1b>[0;32mOK<1b>[0m test_join.R................... 9 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m dt_inner_join: joining, by = "name" test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m dt_left_join: joining, by = "name" test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m dt_right_join: joining, by = "name" test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m dt_full_join: joining, by = "name" test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m dt_anti_join: joining, by = "name" test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m dt_semi_join: joining, by = "name" test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 28 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m Context: let_all test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 1 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(`._***data***`, , `:=`((c("mpg_wow", "disp_wow", : attempt access index 11/11 in VECTOR_ELT Calls: test_package ... eval_in_parent_frame -> eval -> eval -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.6
Check: examples
Result: ERROR Running examples in ‘maditr-Ex.R’ failed The error most likely occurred in: > ### Name: dt_count > ### Title: Additional useful functions > ### Aliases: dt_count dt_add_count dt_top_n > > ### ** Examples > > > data(mtcars) > > # dt_count > dt_count(mtcars, am, vs) am vs n <num> <num> <int> 1: 1 0 6 2: 1 1 7 3: 0 1 7 4: 0 0 12 > dt_add_count(mtcars, am, vs, name = "am_vs")[] # [] for autoprinting Error in `[.data.table`(`._***data***`, , `:=`(am_vs, .N), by = c("am", : attempt access index 11/11 in VECTOR_ELT Calls: dt_add_count ... eval_in_parent_frame -> eval -> eval -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.8.6
Check: tests
Result: ERROR Running ‘tinytest.R’ Running the tests in ‘tests/tinytest.R’ failed. Complete output: > if(capabilities('long.double') && requireNamespace("tinytest", quietly=TRUE)){ + library(tinytest) + options(covr = FALSE) + data.table::setDTthreads(2) + test_package("maditr", remove_side_effects=FALSE) + data.table::setDTthreads(NULL) + } To select rows from data: rows(mtcars, am==0) Context: coalesce test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 1 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.3s<1b>[0m Context: columns test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 13 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 15 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 22 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 23 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 24 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 25 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m Context: cube, rollup and etc test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 1 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 2 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m Context: dcast/melt test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 8 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m81ms<1b>[0m test_dplyr_verbs.R............ 0 tests Context: verbs errors test_dplyr_verbs.R............ 0 tests test_dplyr_verbs.R............ 1 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 2 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 3 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 4 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 5 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 6 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 7 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 8 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 9 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m Context: dt_mutate test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 11 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 12 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m Context: summarize/summarize_all test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 14 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 16 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 18 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 20 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 22 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 24 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 26 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 28 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m Context: dt_filter test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 30 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m Context: dt_select test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 35 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.3s<1b>[0m Context: dt_join_* test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 1 tests <1b>[0;32mOK<1b>[0m test_join.R................... 2 tests <1b>[0;32mOK<1b>[0m test_join.R................... 3 tests <1b>[0;32mOK<1b>[0m test_join.R................... 4 tests <1b>[0;32mOK<1b>[0m test_join.R................... 5 tests <1b>[0;32mOK<1b>[0m test_join.R................... 6 tests <1b>[0;32mOK<1b>[0m test_join.R................... 7 tests <1b>[0;32mOK<1b>[0m test_join.R................... 8 tests <1b>[0;32mOK<1b>[0m test_join.R................... 9 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m dt_inner_join: joining, by = "name" test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m dt_left_join: joining, by = "name" test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m dt_right_join: joining, by = "name" test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m dt_full_join: joining, by = "name" test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m dt_anti_join: joining, by = "name" test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m dt_semi_join: joining, by = "name" test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 28 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.4s<1b>[0m Context: let_all test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 1 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(`._***data***`, , `:=`((c("mpg_wow", "disp_wow", : attempt access index 11/11 in VECTOR_ELT Calls: test_package ... eval_in_parent_frame -> eval -> eval -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.8.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Introduction.Rmd’ using rmarkdown Quitting from Introduction.Rmd:133-285 [unnamed-chunk-8] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 11/11 in VECTOR_ELT --- Backtrace: ▆ 1. ├─... %>% head() 2. ├─utils::head(.) 3. ├─maditr::let(., rank = rank(-mpg, ties.method = "min"), by = cyl) 4. └─maditr:::let.data.frame(...) 5. └─base::eval.parent(...) 6. └─base::eval(expr, p) 7. └─base::eval(expr, p) 8. ├─maditr::let_if(...) 9. ├─maditr:::let_if.data.frame(...) 10. │ └─maditr:::eval_in_parent_frame(res, expr, frame = parent_frame) 11. │ └─base::eval(expr, envir = frame) 12. │ └─base::eval(expr, envir = frame) 13. ├─...[] 14. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: attempt access index 11/11 in VECTOR_ELT --- failed re-building ‘Introduction.Rmd’ SUMMARY: processing the following file failed: ‘Introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.8.6
Check: tests
Result: ERROR Running ‘tinytest.R’ Running the tests in ‘tests/tinytest.R’ failed. Complete output: > if(capabilities('long.double') && requireNamespace("tinytest", quietly=TRUE)){ + library(tinytest) + options(covr = FALSE) + data.table::setDTthreads(2) + test_package("maditr", remove_side_effects=FALSE) + data.table::setDTthreads(NULL) + } To aggregate data: take(mtcars, mean_mpg = mean(mpg), by = am) Context: coalesce test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 0 tests test_coalesce.R............... 1 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 2 tests <1b>[0;32mOK<1b>[0m test_coalesce.R............... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.3s<1b>[0m Context: columns test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 0 tests test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 1 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 2 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 3 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 4 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 5 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 6 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 7 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 8 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 9 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 10 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 11 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 12 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 13 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 14 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 15 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 16 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 17 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 18 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 19 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 20 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 21 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 22 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 23 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 24 tests <1b>[0;32mOK<1b>[0m test_columns.R................ 25 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m Context: cube, rollup and etc test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 0 tests test_cube.R................... 1 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 2 tests <1b>[0;32mOK<1b>[0m test_cube.R................... 3 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.3s<1b>[0m Context: dcast/melt test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 0 tests test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 1 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 2 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 3 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 4 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 5 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 6 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m Using 'price' as value column. Use 'value.var' to override test_dcast_melt.R............. 7 tests <1b>[0;32mOK<1b>[0m test_dcast_melt.R............. 8 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m test_dplyr_verbs.R............ 0 tests Context: verbs errors test_dplyr_verbs.R............ 0 tests test_dplyr_verbs.R............ 1 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 2 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 3 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 4 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 5 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 6 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 7 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 8 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 9 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m Context: dt_mutate test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 10 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 11 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 12 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m Context: summarize/summarize_all test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 13 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 14 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 15 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 16 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 17 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 18 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 19 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 20 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 21 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 22 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 23 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 24 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 25 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 26 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 27 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 28 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m Context: dt_filter test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 29 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 30 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 31 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 32 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 33 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m Context: dt_select test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 34 tests <1b>[0;32mOK<1b>[0m test_dplyr_verbs.R............ 35 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.7s<1b>[0m Context: dt_join_* test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 0 tests test_join.R................... 1 tests <1b>[0;32mOK<1b>[0m test_join.R................... 2 tests <1b>[0;32mOK<1b>[0m test_join.R................... 3 tests <1b>[0;32mOK<1b>[0m test_join.R................... 4 tests <1b>[0;32mOK<1b>[0m test_join.R................... 5 tests <1b>[0;32mOK<1b>[0m test_join.R................... 6 tests <1b>[0;32mOK<1b>[0m test_join.R................... 7 tests <1b>[0;32mOK<1b>[0m test_join.R................... 8 tests <1b>[0;32mOK<1b>[0m test_join.R................... 9 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m dt_inner_join: joining, by = "name" test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 10 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m dt_left_join: joining, by = "name" test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 11 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m dt_right_join: joining, by = "name" test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 12 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m dt_full_join: joining, by = "name" test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 13 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m dt_anti_join: joining, by = "name" test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 14 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m dt_semi_join: joining, by = "name" test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 15 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 16 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 17 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 18 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 19 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 20 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 21 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 22 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 23 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 24 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 25 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 26 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 27 tests <1b>[0;32mOK<1b>[0m test_join.R................... 28 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m Context: let_all test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 0 tests test_let_all.R................ 1 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(`._***data***`, , `:=`((c("mpg_wow", "disp_wow", : attempt access index 11/11 in VECTOR_ELT Calls: test_package ... eval_in_parent_frame -> eval -> eval -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc