Last updated on 2025-12-21 17:51:08 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| comprehenr | 3 | 10 | |
| expss | 4 | 9 | |
| maditr | 4 | 9 |
Current CRAN status: NOTE: 3, OK: 10
Version: 0.6.10
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 4, OK: 9
Version: 0.11.7
Check: examples
Result: ERROR
Running examples in ‘expss-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: if_na
> ### Title: Replace values with NA and vice-versa
> ### Aliases: if_na if_na<- %if_na% na_if na_if<- %na_if% mis_val mis_val<-
> ### %mis_val% valid
> ### Keywords: datasets
>
> ### ** Examples
>
> # simple case
> a = c(NA, 2, 3, 4, NA)
> if_na(a, 99)
[1] 99 2 3 4 99
>
> # the same result
> a %if_na% 99
[1] 99 2 3 4 99
>
> # with label
> a = c(NA, 2, 3, 4, NA)
> if_na(a, 99, label = "Hard to say")
VALUES:
99, 2, 3, 4, 99
VALUE LABELS:
99 Hard to say
>
> # in-place replacement. The same result:
> if_na(a, label = "Hard to say") = 99
> a # c(99, 2, 3, 4, 99)
VALUES:
99, 2, 3, 4, 99
VALUE LABELS:
99 Hard to say
>
> # replacement with values from other variable
> a = c(NA, 2, 3, 4, NA)
> b = 1:5
> if_na(a, b)
[1] 1 2 3 4 5
>
> # replacement with group means
> # make data.frame
> set.seed(123)
> group = sample(1:3, 30, replace = TRUE)
> param = runif(30)
> param[sample(30, 10)] = NA # place 10 NA's
> df = data.frame(group, param)
>
> # replace NA's with group means
> if_na(df$param) = window_fun(df$param, df$group, mean_col)
Error in `[.data.table`(dt_table, , `:=`(res, eval(expr)), by = grouping_names) :
attempt access index 2/2 in VECTOR_ELT
Calls: window_fun -> window_fun.default -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.11.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [39s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if(capabilities('long.double')){
+ library(testthat)
+ library(expss)
+ options(covr = FALSE)
+ options(width = 1000)
+ data.table::setDTthreads(2)
+ testthat::test_check("expss")
+ }
Loading required package: maditr
To aggregate all non-grouping columns: take_all(mtcars, mean, by = am)
Use 'expss_output_viewer()' to display tables in the RStudio Viewer.
To return to the console output, use 'expss_output_default()'.
Attaching package: 'expss'
The following objects are masked from 'package:testthat':
equals, not
VALUES:
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24... 50 items printed out of 52
VALUE LABELS:
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
10 J
...
43 q
44 r
45 s
46 t
47 u
48 v
49 w
50 x
51 y
52 z
Saving _problems/test_window_fun-13.R
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
• empty test (15): , , , , , , , , , , , , , ,
══ Failed tests ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
── Error ('test_window_fun.R:13:1'): (code run outside of `test_that()`) ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Error in ``[.data.table`(dt_table, , `:=`(res, eval(expr)), by = grouping_names)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_identical(window_fun(1:3, "total", mean), ave(1:3)) at test_window_fun.R:13:1
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─expss::window_fun(1:3, "total", mean)
5. └─expss:::window_fun.default(1:3, "total", mean)
6. ├─dt_table[, `:=`(res, eval(expr)), by = grouping_names]
7. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.11.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if(capabilities('long.double')){
+ library(testthat)
+ library(expss)
+ options(covr = FALSE)
+ options(width = 1000)
+ data.table::setDTthreads(2)
+ testthat::test_check("expss")
+ }
Loading required package: maditr
To select columns from data: columns(mtcars, mpg, vs:carb)
Use 'expss_output_viewer()' to display tables in the RStudio Viewer.
To return to the console output, use 'expss_output_default()'.
Attaching package: 'expss'
The following objects are masked from 'package:testthat':
equals, not
VALUES:
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24... 50 items printed out of 52
VALUE LABELS:
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
10 J
...
43 q
44 r
45 s
46 t
47 u
48 v
49 w
50 x
51 y
52 z
Saving _problems/test_window_fun-13.R
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
• empty test (15): , , , , , , , , , , , , , ,
══ Failed tests ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
── Error ('test_window_fun.R:13:1'): (code run outside of `test_that()`) ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Error in ``[.data.table`(dt_table, , `:=`(res, eval(expr)), by = grouping_names)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_identical(window_fun(1:3, "total", mean), ave(1:3)) at test_window_fun.R:13:1
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─expss::window_fun(1:3, "total", mean)
5. └─expss:::window_fun.default(1:3, "total", mean)
6. ├─dt_table[, `:=`(res, eval(expr)), by = grouping_names]
7. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.11.7
Check: examples
Result: ERROR
Running examples in ‘expss-Ex.R’ failed
The error most likely occurred in:
> ### Name: if_na
> ### Title: Replace values with NA and vice-versa
> ### Aliases: if_na if_na<- %if_na% na_if na_if<- %na_if% mis_val mis_val<-
> ### %mis_val% valid
> ### Keywords: datasets
>
> ### ** Examples
>
> # simple case
> a = c(NA, 2, 3, 4, NA)
> if_na(a, 99)
[1] 99 2 3 4 99
>
> # the same result
> a %if_na% 99
[1] 99 2 3 4 99
>
> # with label
> a = c(NA, 2, 3, 4, NA)
> if_na(a, 99, label = "Hard to say")
VALUES:
99, 2, 3, 4, 99
VALUE LABELS:
99 Hard to say
>
> # in-place replacement. The same result:
> if_na(a, label = "Hard to say") = 99
> a # c(99, 2, 3, 4, 99)
VALUES:
99, 2, 3, 4, 99
VALUE LABELS:
99 Hard to say
>
> # replacement with values from other variable
> a = c(NA, 2, 3, 4, NA)
> b = 1:5
> if_na(a, b)
[1] 1 2 3 4 5
>
> # replacement with group means
> # make data.frame
> set.seed(123)
> group = sample(1:3, 30, replace = TRUE)
> param = runif(30)
> param[sample(30, 10)] = NA # place 10 NA's
> df = data.frame(group, param)
>
> # replace NA's with group means
> if_na(df$param) = window_fun(df$param, df$group, mean_col)
Error in `[.data.table`(dt_table, , `:=`(res, eval(expr)), by = grouping_names) :
attempt access index 2/2 in VECTOR_ELT
Calls: window_fun -> window_fun.default -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.11.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [60s/68s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if(capabilities('long.double')){
+ library(testthat)
+ library(expss)
+ options(covr = FALSE)
+ options(width = 1000)
+ data.table::setDTthreads(2)
+ testthat::test_check("expss")
+ }
Loading required package: maditr
To aggregate several columns with one summary: take(mtcars, mpg, hp, fun = mean, by = am)
Attaching package: 'expss'
The following objects are masked from 'package:testthat':
equals, not
VALUES:
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24... 50 items printed out of 52
VALUE LABELS:
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
10 J
...
43 q
44 r
45 s
46 t
47 u
48 v
49 w
50 x
51 y
52 z
Saving _problems/test_window_fun-13.R
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
• empty test (15): , , , , , , , , , , , , , ,
══ Failed tests ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
── Error ('test_window_fun.R:13:1'): (code run outside of `test_that()`) ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Error in ``[.data.table`(dt_table, , `:=`(res, eval(expr)), by = grouping_names)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_identical(window_fun(1:3, "total", mean), ave(1:3)) at test_window_fun.R:13:1
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─expss::window_fun(1:3, "total", mean)
5. └─expss:::window_fun.default(1:3, "total", mean)
6. ├─dt_table[, `:=`(res, eval(expr)), by = grouping_names]
7. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.11.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [55s/115s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if(capabilities('long.double')){
+ library(testthat)
+ library(expss)
+ options(covr = FALSE)
+ options(width = 1000)
+ data.table::setDTthreads(2)
+ testthat::test_check("expss")
+ }
Loading required package: maditr
To drop variable use NULL: let(mtcars, am = NULL) %>% head()
Use 'expss_output_rnotebook()' to display tables inside R Notebooks.
To return to the console output, use 'expss_output_default()'.
Attaching package: 'expss'
The following objects are masked from 'package:testthat':
equals, not
VALUES:
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24... 50 items printed out of 52
VALUE LABELS:
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
10 J
...
43 q
44 r
45 s
46 t
47 u
48 v
49 w
50 x
51 y
52 z
Saving _problems/test_window_fun-13.R
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
• empty test (15): , , , , , , , , , , , , , ,
══ Failed tests ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
── Error ('test_window_fun.R:13:1'): (code run outside of `test_that()`) ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Error in ``[.data.table`(dt_table, , `:=`(res, eval(expr)), by = grouping_names)`: attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::expect_identical(window_fun(1:3, "total", mean), ave(1:3)) at test_window_fun.R:13:1
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─expss::window_fun(1:3, "total", mean)
5. └─expss:::window_fun.default(1:3, "total", mean)
6. ├─dt_table[, `:=`(res, eval(expr)), by = grouping_names]
7. └─data.table:::`[.data.table`(...)
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1569 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 4, OK: 9
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