CRAN Package Check Results for Package seekr

Last updated on 2026-02-08 17:49:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 2.89 34.31 37.20 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 1.97 25.95 27.92 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.4 53.80 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 5.00 50.64 55.64 ERROR
r-devel-windows-x86_64 0.1.3 4.00 52.00 56.00 ERROR
r-patched-linux-x86_64 0.1.3 2.94 29.75 32.69 ERROR
r-release-linux-x86_64 0.1.3 2.59 29.49 32.08 ERROR
r-release-macos-arm64 0.1.4 1.00 12.00 13.00 OK
r-release-macos-x86_64 0.1.4 2.00 67.00 69.00 OK
r-release-windows-x86_64 0.1.3 6.00 51.00 57.00 OK
r-oldrel-macos-arm64 0.1.4 1.00 18.00 19.00 OK
r-oldrel-macos-x86_64 0.1.4 2.00 52.00 54.00 OK
r-oldrel-windows-x86_64 0.1.3 6.00 60.00 66.00 ERROR

Check Details

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 Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

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’ [7s/27s] 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-fedora-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [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 Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] 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-release-linux-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.