The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package promr

Last updated on 2026-08-06 05:49:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 1.64 24.20 25.84 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 1.40 20.00 21.40 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 17.70 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 16.63 ERROR
r-devel-windows-x86_64 0.1.3 4.00 41.00 45.00 ERROR
r-patched-linux-x86_64 0.1.3 1.77 20.46 22.23 NOTE
r-release-linux-x86_64 0.1.3 1.60 20.40 22.00 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 4.00 44.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 5.00 46.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’ [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/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-clang

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' [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/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

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.