CRAN Package Check Results for Package promr

Last updated on 2026-07-12 13:51:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 1.71 23.20 24.91 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.3 1.43 19.00 20.43 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 37.14 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 34.74 ERROR
r-devel-windows-x86_64 0.1.3 3.00 43.00 46.00 ERROR
r-patched-linux-x86_64 0.1.3 1.64 20.16 21.80 NOTE
r-release-linux-x86_64 0.1.3 1.73 20.15 21.88 NOTE
r-release-macos-arm64 0.1.3 1.00 9.00 10.00 NOTE
r-release-macos-x86_64 0.1.3 1.00 27.00 28.00 NOTE
r-release-windows-x86_64 0.1.3 5.00 43.00 48.00 NOTE
r-oldrel-macos-arm64 0.1.3 NOTE
r-oldrel-macos-x86_64 0.1.3 1.00 27.00 28.00 NOTE
r-oldrel-windows-x86_64 0.1.3 4.00 47.00 51.00 NOTE

Check Details

Version: 0.1.3
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘build_url.R’ 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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(promr) > > test_check("promr") Saving _problems/test-query_range-15.R [ FAIL 1 | WARN 3 | SKIP 1 | PASS 21 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-query_range.R:111:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-query_range.R:9:5'): query_range returns data ──────────────── Expected `query_range(...)` to run silently. Actual noise: warnings. [ FAIL 1 | WARN 3 | SKIP 1 | PASS 21 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(promr) > > test_check("promr") Saving _problems/test-query_range-15.R [ FAIL 1 | WARN 3 | SKIP 1 | PASS 21 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-query_range.R:111:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-query_range.R:9:5'): query_range returns data ──────────────── Expected `query_range(...)` to run silently. Actual noise: warnings. [ FAIL 1 | WARN 3 | SKIP 1 | PASS 21 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [3s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(promr) > > test_check("promr") Saving _problems/test-query_range-15.R [ FAIL 1 | WARN 3 | SKIP 1 | PASS 21 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-query_range.R:111:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-query_range.R:9:5'): query_range returns data ──────────────── Expected `query_range(...)` to run silently. Actual noise: warnings. [ FAIL 1 | WARN 3 | SKIP 1 | PASS 21 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64