CRAN Package Check Results for Package seekr

Last updated on 2025-05-07 05:50:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.1.2 1.98 24.92 26.90 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 54.41 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 51.68 OK
r-devel-windows-x86_64 0.1.2 7.00 69.00 76.00 OK
r-release-macos-arm64 0.1.2 22.00 ERROR
r-release-macos-x86_64 0.1.2 50.00 ERROR
r-release-windows-x86_64 0.1.2 5.00 69.00 74.00 OK
r-oldrel-macos-arm64 0.1.2 26.00 ERROR
r-oldrel-macos-x86_64 0.1.2 53.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-list-files.R:17:3'): list_files() returns files correctly ──── all(c(file1, file2) %in% result) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ] Error: Test failures Execution halted Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/7s] 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") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-list-files.R:17:3'): list_files() returns files correctly ──── all(c(file1, file2) %in% result) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ] Error: Test failures Execution halted Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64