Last updated on 2026-01-29 01:52:33 CET.
| Package | ERROR | OK |
|---|---|---|
| seekr | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(seekr)
Attaching package: 'seekr'
The following object is masked from 'package:base':
seek
>
> test_check("seekr")
Saving _problems/test-read-filter-lines-42.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-read-filter-lines.R:42:3'): read_filter_lines() handles embedded null bytes with a warning ──
Expected `result$line[[1]]` to have length 1.
Actual length: 0.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(seekr)
Attaching package: 'seekr'
The following object is masked from 'package:base':
seek
>
> test_check("seekr")
Saving _problems/test-read-filter-lines-42.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-read-filter-lines.R:42:3'): read_filter_lines() handles embedded null bytes with a warning ──
Expected `result$line[[1]]` to have length 1.
Actual length: 0.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64