CRAN Package Check Results for Package chunked

Last updated on 2022-02-24 06:49:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 5.00 63.73 68.73 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.1 4.11 47.59 51.70 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.1 82.60 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.1 69.58 ERROR
r-devel-windows-x86_64-new-UL 0.5.1 25.00 82.00 107.00 ERROR
r-devel-windows-x86_64-new-TK 0.5.1 ERROR
r-patched-linux-x86_64 0.5.1 ERROR
r-release-linux-x86_64 0.5.1 4.49 57.93 62.42 ERROR
r-release-macos-arm64 0.5.1 NOTE
r-release-macos-x86_64 0.5.1 NOTE
r-release-windows-ix86+x86_64 0.5.1 13.00 70.00 83.00 ERROR
r-oldrel-macos-x86_64 0.5.1 OK
r-oldrel-windows-ix86+x86_64 0.5.1 13.00 69.00 82.00 ERROR

Check Details

Version: 0.5.1
Check: R code for possible problems
Result: NOTE
    print.chunkwise: no visible global function definition for 'trunc_mat'
    Undefined global functions or variables:
     trunc_mat
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.5.1
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.5.1
Check: tests
Result: ERROR
     Running 'testthat.R' [6s/8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     == Failed tests ================================================================
     -- Error (test-print.R:8:5): print: should print chunked info ------------------
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     x
     1. +-testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. | \-testthat:::quasi_capture(...)
     3. | +-testthat .capture(...)
     4. | | \-testthat::capture_output_lines(code, print, width = width)
     5. | | \-testthat:::eval_with_output(code, print = print, width = width)
     6. | | +-withr::with_output_sink(path, withVisible(code))
     7. | | | \-base::force(code)
     8. | | \-base::withVisible(code)
     9. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. +-base::print(tbl_women)
     11. \-chunked:::print.chunkwise(tbl_women)
     12. \-base::print(trunc_mat(h, n = n, width = width))
     -- Error (test-print.R:15:5): print groups: should print groups chunked info ---
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     x
     1. +-base::suppressWarnings(...) at test-print.R:15:4
     2. | \-base::withCallingHandlers(...)
     3. +-testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. | \-testthat:::quasi_capture(...)
     5. | +-testthat .capture(...)
     6. | | \-testthat::capture_output_lines(code, print, width = width)
     7. | | \-testthat:::eval_with_output(code, print = print, width = width)
     8. | | +-withr::with_output_sink(path, withVisible(code))
     9. | | | \-base::force(code)
     10. | | \-base::withVisible(code)
     11. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. +-base::print(tbl_iris)
     13. \-chunked:::print.chunkwise(tbl_iris)
     14. \-base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-print.R:8:5): print: should print chunked info ──────────────────
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat .capture(...)
     4. │ │ └─testthat::capture_output_lines(code, print, width = width)
     5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     6. │ │ ├─withr::with_output_sink(path, withVisible(code))
     7. │ │ │ └─base::force(code)
     8. │ │ └─base::withVisible(code)
     9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. ├─base::print(tbl_women)
     11. └─chunked:::print.chunkwise(tbl_women)
     12. └─base::print(trunc_mat(h, n = n, width = width))
     ── Error (test-print.R:15:5): print groups: should print groups chunked info ───
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-print.R:15:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. │ └─testthat:::quasi_capture(...)
     5. │ ├─testthat .capture(...)
     6. │ │ └─testthat::capture_output_lines(code, print, width = width)
     7. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     8. │ │ ├─withr::with_output_sink(path, withVisible(code))
     9. │ │ │ └─base::force(code)
     10. │ │ └─base::withVisible(code)
     11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. ├─base::print(tbl_iris)
     13. └─chunked:::print.chunkwise(tbl_iris)
     14. └─base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/10s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-print.R:8:5): print: should print chunked info ──────────────────
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat .capture(...)
     4. │ │ └─testthat::capture_output_lines(code, print, width = width)
     5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     6. │ │ ├─withr::with_output_sink(path, withVisible(code))
     7. │ │ │ └─base::force(code)
     8. │ │ └─base::withVisible(code)
     9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. ├─base::print(tbl_women)
     11. └─chunked:::print.chunkwise(tbl_women)
     12. └─base::print(trunc_mat(h, n = n, width = width))
     ── Error (test-print.R:15:5): print groups: should print groups chunked info ───
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-print.R:15:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. │ └─testthat:::quasi_capture(...)
     5. │ ├─testthat .capture(...)
     6. │ │ └─testthat::capture_output_lines(code, print, width = width)
     7. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     8. │ │ ├─withr::with_output_sink(path, withVisible(code))
     9. │ │ │ └─base::force(code)
     10. │ │ └─base::withVisible(code)
     11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. ├─base::print(tbl_iris)
     13. └─chunked:::print.chunkwise(tbl_iris)
     14. └─base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-print.R:8:5): print: should print chunked info ──────────────────
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat .capture(...)
     4. │ │ └─testthat::capture_output_lines(code, print, width = width)
     5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     6. │ │ ├─withr::with_output_sink(path, withVisible(code))
     7. │ │ │ └─base::force(code)
     8. │ │ └─base::withVisible(code)
     9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. ├─base::print(tbl_women)
     11. └─chunked:::print.chunkwise(tbl_women)
     12. └─base::print(trunc_mat(h, n = n, width = width))
     ── Error (test-print.R:15:5): print groups: should print groups chunked info ───
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-print.R:15:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. │ └─testthat:::quasi_capture(...)
     5. │ ├─testthat .capture(...)
     6. │ │ └─testthat::capture_output_lines(code, print, width = width)
     7. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     8. │ │ ├─withr::with_output_sink(path, withVisible(code))
     9. │ │ │ └─base::force(code)
     10. │ │ └─base::withVisible(code)
     11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. ├─base::print(tbl_iris)
     13. └─chunked:::print.chunkwise(tbl_iris)
     14. └─base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.1
Check: tests
Result: ERROR
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-print.R:8:5): print: should print chunked info ──────────────────
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat .capture(...)
     4. │ │ └─testthat::capture_output_lines(code, print, width = width)
     5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     6. │ │ ├─withr::with_output_sink(path, withVisible(code))
     7. │ │ │ └─base::force(code)
     8. │ │ └─base::withVisible(code)
     9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. ├─base::print(tbl_women)
     11. └─chunked:::print.chunkwise(tbl_women)
     12. └─base::print(trunc_mat(h, n = n, width = width))
     ── Error (test-print.R:15:5): print groups: should print groups chunked info ───
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-print.R:15:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. │ └─testthat:::quasi_capture(...)
     5. │ ├─testthat .capture(...)
     6. │ │ └─testthat::capture_output_lines(code, print, width = width)
     7. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     8. │ │ ├─withr::with_output_sink(path, withVisible(code))
     9. │ │ │ └─base::force(code)
     10. │ │ └─base::withVisible(code)
     11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. ├─base::print(tbl_iris)
     13. └─chunked:::print.chunkwise(tbl_iris)
     14. └─base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     In addition: Warning message:
     In for (i in seq_len(n)) { :
     closing unused connection 4 (D:\temp\Rtmpcle3iJ\filee5243fa36f2e)
     Execution halted
Flavor: r-devel-windows-x86_64-new-UL

Version: 0.5.1
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-print.R:8:5): print: should print chunked info ──────────────────
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat .capture(...)
     4. │ │ └─testthat::capture_output_lines(code, print, width = width)
     5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     6. │ │ ├─withr::with_output_sink(path, withVisible(code))
     7. │ │ │ └─base::force(code)
     8. │ │ └─base::withVisible(code)
     9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. ├─base::print(tbl_women)
     11. └─chunked:::print.chunkwise(tbl_women)
     12. └─base::print(trunc_mat(h, n = n, width = width))
     ── Error (test-print.R:15:5): print groups: should print groups chunked info ───
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-print.R:15:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. │ └─testthat:::quasi_capture(...)
     5. │ ├─testthat .capture(...)
     6. │ │ └─testthat::capture_output_lines(code, print, width = width)
     7. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     8. │ │ ├─withr::with_output_sink(path, withVisible(code))
     9. │ │ │ └─base::force(code)
     10. │ │ └─base::withVisible(code)
     11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. ├─base::print(tbl_iris)
     13. └─chunked:::print.chunkwise(tbl_iris)
     14. └─base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     In addition: Warning message:
     closing unused connection 4 (C:\r_packages\pkgcheck\CRAN\chunked\tmp\RtmpGodSMf\file303b052fa4f39)
     Execution halted
Flavor: r-devel-windows-x86_64-new-TK

Version: 0.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-print.R:8:5): print: should print chunked info ──────────────────
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat .capture(...)
     4. │ │ └─testthat::capture_output_lines(code, print, width = width)
     5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     6. │ │ ├─withr::with_output_sink(path, withVisible(code))
     7. │ │ │ └─base::force(code)
     8. │ │ └─base::withVisible(code)
     9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. ├─base::print(tbl_women)
     11. └─chunked:::print.chunkwise(tbl_women)
     12. └─base::print(trunc_mat(h, n = n, width = width))
     ── Error (test-print.R:15:5): print groups: should print groups chunked info ───
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at test-print.R:15:4
     2. │ └─base::withCallingHandlers(...)
     3. ├─testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. │ └─testthat:::quasi_capture(...)
     5. │ ├─testthat .capture(...)
     6. │ │ └─testthat::capture_output_lines(code, print, width = width)
     7. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
     8. │ │ ├─withr::with_output_sink(path, withVisible(code))
     9. │ │ │ └─base::force(code)
     10. │ │ └─base::withVisible(code)
     11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. ├─base::print(tbl_iris)
     13. └─chunked:::print.chunkwise(tbl_iris)
     14. └─base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.5.1
Check: tests
Result: ERROR
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     == Failed tests ================================================================
     -- Error (test-print.R:8:5): print: should print chunked info ------------------
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     x
     1. +-testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. | \-testthat:::quasi_capture(...)
     3. | +-testthat .capture(...)
     4. | | \-testthat::capture_output_lines(code, print, width = width)
     5. | | \-testthat:::eval_with_output(code, print = print, width = width)
     6. | | +-withr::with_output_sink(path, withVisible(code))
     7. | | | \-base::force(code)
     8. | | \-base::withVisible(code)
     9. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. +-base::print(tbl_women)
     11. \-chunked:::print.chunkwise(tbl_women)
     12. \-base::print(trunc_mat(h, n = n, width = width))
     -- Error (test-print.R:15:5): print groups: should print groups chunked info ---
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     x
     1. +-base::suppressWarnings(...) at test-print.R:15:4
     2. | \-base::withCallingHandlers(...)
     3. +-testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. | \-testthat:::quasi_capture(...)
     5. | +-testthat .capture(...)
     6. | | \-testthat::capture_output_lines(code, print, width = width)
     7. | | \-testthat:::eval_with_output(code, print = print, width = width)
     8. | | +-withr::with_output_sink(path, withVisible(code))
     9. | | | \-base::force(code)
     10. | | \-base::withVisible(code)
     11. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. +-base::print(tbl_iris)
     13. \-chunked:::print.chunkwise(tbl_iris)
     14. \-base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.5.1
Check: tests
Result: ERROR
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(chunked)
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     >
     > test_check("chunked")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
    
     == Failed tests ================================================================
     -- Error (test-print.R:8:5): print: should print chunked info ------------------
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     x
     1. +-testthat::expect_output(print(tbl_women), "^Source: chunked text file") at test-print.R:8:4
     2. | \-testthat:::quasi_capture(...)
     3. | +-testthat .capture(...)
     4. | | \-testthat::capture_output_lines(code, print, width = width)
     5. | | \-testthat:::eval_with_output(code, print = print, width = width)
     6. | | +-withr::with_output_sink(path, withVisible(code))
     7. | | | \-base::force(code)
     8. | | \-base::withVisible(code)
     9. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     10. +-base::print(tbl_women)
     11. \-chunked:::print.chunkwise(tbl_women)
     12. \-base::print(trunc_mat(h, n = n, width = width))
     -- Error (test-print.R:15:5): print groups: should print groups chunked info ---
     Error in `trunc_mat(h, n = n, width = width)`: could not find function "trunc_mat"
     Backtrace:
     x
     1. +-base::suppressWarnings(...) at test-print.R:15:4
     2. | \-base::withCallingHandlers(...)
     3. +-testthat::expect_output(print(tbl_iris), "^Source: chunked text file") at test-print.R:16:6
     4. | \-testthat:::quasi_capture(...)
     5. | +-testthat .capture(...)
     6. | | \-testthat::capture_output_lines(code, print, width = width)
     7. | | \-testthat:::eval_with_output(code, print = print, width = width)
     8. | | +-withr::with_output_sink(path, withVisible(code))
     9. | | | \-base::force(code)
     10. | | \-base::withVisible(code)
     11. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     12. +-base::print(tbl_iris)
     13. \-chunked:::print.chunkwise(tbl_iris)
     14. \-base::print(trunc_mat(h, n = n, width = width))
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 43 ]
     Error: Test failures
     In addition: Warning message:
     In for (i in which(localGeneric)) { :
     closing unused connection 4 (D:\temp\Rtmpy0GUCf\file2206042a65551)
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64