CRAN Package Check Results for Package bigstep

Last updated on 2025-03-11 03:52:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 7.65 77.40 85.05 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.1 5.20 54.86 60.06 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.2 144.65 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 209.64 OK
r-devel-macos-arm64 1.1.2 44.00 OK
r-devel-macos-x86_64 1.1.2 92.00 OK
r-devel-windows-x86_64 1.1.1 9.00 88.00 97.00 ERROR
r-patched-linux-x86_64 1.1.1 8.26 72.54 80.80 OK
r-release-linux-x86_64 1.1.1 7.05 71.90 78.95 OK
r-release-macos-arm64 1.1.2 79.00 OK
r-release-macos-x86_64 1.1.2 117.00 OK
r-release-windows-x86_64 1.1.2 11.00 106.00 117.00 OK
r-oldrel-macos-arm64 1.1.2 42.00 OK
r-oldrel-macos-x86_64 1.1.2 109.00 OK
r-oldrel-windows-x86_64 1.1.1 11.00 107.00 118.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bigstep) > > test_check("bigstep") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_backward.R:22:3'): Right variable to remove ──────────────────── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to boolean Backtrace: ▆ 1. └─testthat::expect_message(...) at test_backward.R:22:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_forward.R:20:3'): Right variable to add ──────────────────────── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to boolean Backtrace: ▆ 1. └─testthat::expect_message(...) at test_forward.R:20:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bigstep) > > test_check("bigstep") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_backward.R:22:3'): Right variable to remove ──────────────────── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to boolean Backtrace: ▆ 1. └─testthat::expect_message(...) at test_backward.R:22:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_forward.R:20:3'): Right variable to add ──────────────────────── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to boolean Backtrace: ▆ 1. └─testthat::expect_message(...) at test_forward.R:20:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.1
Check: tests
Result: ERROR Running 'testthat.R' [8s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(bigstep) > > test_check("bigstep") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_backward.R:22:3'): Right variable to remove ──────────────────── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_message(...) at test_backward.R:22:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) ── Error ('test_forward.R:20:3'): Right variable to add ──────────────────────── Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed, useBytes, FALSE)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─testthat::expect_message(...) at test_forward.R:20:3 2. └─testthat:::compare_messages(...) 3. └─base::grepl(regexp, messages, ...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64