The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

CRAN Package Check Results for Package Require

Last updated on 2026-04-30 11:57:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 11.97 108.19 120.16 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.1 8.45 72.78 81.23 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.1 19.00 103.59 122.59 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.1 22.00 143.19 165.19 NOTE
r-devel-windows-x86_64 1.0.1 15.00 233.00 248.00 ERROR
r-patched-linux-x86_64 1.0.1 10.97 99.22 110.19 NOTE
r-release-linux-x86_64 1.0.1 9.93 98.26 108.19 NOTE
r-release-macos-arm64 1.0.1 3.00 29.00 32.00 ERROR
r-release-macos-x86_64 1.0.1 8.00 99.00 107.00 ERROR
r-release-windows-x86_64 1.0.1 11.00 239.00 250.00 ERROR
r-oldrel-macos-arm64 1.0.1 NOTE
r-oldrel-macos-x86_64 1.0.1 7.00 86.00 93.00 NOTE
r-oldrel-windows-x86_64 1.0.1 16.00 204.00 220.00 NOTE

Check Details

Version: 1.0.1
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: ‘Require2.R’ ‘helpers.R’ ‘pak.R’ ‘pkgDep3.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: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [146s] 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(Require) > library(testthat) Attaching package: 'testthat' The following object is masked from 'package:Require': setup > test_check("Require") Saving _problems/test-00pkgSnapshot_testthat-16.R Saving _problems/test-01packages_testthat-36.R Saving _problems/test-04other_testthat-19.R Saving _problems/test-04other_testthat-26.R [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • empty test (4): 'test-07pkgSnapshotLong_testthat.R:1:1', 'test-08modules_testthat.R:1:1', 'test-09pkgSnapshotLong_testthat.R:1:1', 'test-10DifferentPkgs_testthat.R:1:1' • On CRAN (3): 'test-05packagesLong_testthat.R:3:3', 'test-06pkgDep_testthat.R:3:3', 'test-12offlineMode_testthat.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-00pkgSnapshot_testthat.R:16:3'): test 1 ──────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─base::suppressWarnings(Require(c("rlang"), require = FALSE, quiet = quiet)) at test-00pkgSnapshot_testthat.R:16:3 2. │ └─base::withCallingHandlers(...) 3. └─Require::Require(c("rlang"), require = FALSE, quiet = quiet) 4. └─Require::pkgDep(...) 5. └─Require:::getPkgDeps(...) 6. └─Require:::getDeps(...) 7. └─Require:::getDepsNonGH(...) 8. └─Require:::pkgDepCRAN(...) 9. └─Require:::joinToAvailablePackages(...) 10. └─Require:::available.packagesCached(...) 11. ├─base::do.call(rbind, cap) 12. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 13. └─data.table (local) rbind(deparse.level, ...) 14. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Error ('test-01packages_testthat.R:32:3'): test 1 ─────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─testthat::capture_warnings(...) at test-01packages_testthat.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::capture_messages(...) 4. │ └─base::withCallingHandlers(...) 5. └─Require::Require(...) 6. └─Require::pkgDep(...) 7. └─Require:::getPkgDeps(...) 8. └─Require:::getDeps(...) 9. └─Require:::getDepsNonGH(...) 10. └─Require:::pkgDepCRAN(...) 11. └─Require:::joinToAvailablePackages(...) 12. └─Require:::available.packagesCached(...) 13. ├─base::do.call(rbind, cap) 14. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 15. └─data.table (local) rbind(deparse.level, ...) 16. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Failure ('test-04other_testthat.R:18:3'): test 4 ──────────────────────────── Expected `any(grepl("could not be installed", warns))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test-04other_testthat.R:26:3'): test 4 ────────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. └─Require::pkgDep("data.table", purge = FALSE) at test-04other_testthat.R:26:3 2. └─Require:::getPkgDeps(...) 3. └─Require:::getDeps(...) 4. └─Require:::getDepsNonGH(...) 5. └─Require:::pkgDepCRAN(...) 6. └─Require:::joinToAvailablePackages(...) 7. └─Require:::available.packagesCached(...) 8. ├─base::do.call(rbind, cap) 9. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 10. └─data.table (local) rbind(deparse.level, ...) 11. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/9s] 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(Require) > library(testthat) Attaching package: 'testthat' The following object is masked from 'package:Require': setup > test_check("Require") Saving _problems/test-00pkgSnapshot_testthat-16.R Saving _problems/test-01packages_testthat-36.R Saving _problems/test-04other_testthat-19.R Saving _problems/test-04other_testthat-26.R [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-05packagesLong_testthat.R:3:3', 'test-06pkgDep_testthat.R:3:3', 'test-12offlineMode_testthat.R:4:3' • empty test (4): 'test-07pkgSnapshotLong_testthat.R:1:1', 'test-08modules_testthat.R:1:1', 'test-09pkgSnapshotLong_testthat.R:1:1', 'test-10DifferentPkgs_testthat.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-00pkgSnapshot_testthat.R:16:3'): test 1 ──────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─base::suppressWarnings(Require(c("rlang"), require = FALSE, quiet = quiet)) at test-00pkgSnapshot_testthat.R:16:3 2. │ └─base::withCallingHandlers(...) 3. └─Require::Require(c("rlang"), require = FALSE, quiet = quiet) 4. └─Require::pkgDep(...) 5. └─Require:::getPkgDeps(...) 6. └─Require:::getDeps(...) 7. └─Require:::getDepsNonGH(...) 8. └─Require:::pkgDepCRAN(...) 9. └─Require:::joinToAvailablePackages(...) 10. └─Require:::available.packagesCached(...) 11. ├─base::do.call(rbind, cap) 12. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 13. └─data.table (local) rbind(deparse.level, ...) 14. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Error ('test-01packages_testthat.R:32:3'): test 1 ─────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─testthat::capture_warnings(...) at test-01packages_testthat.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::capture_messages(...) 4. │ └─base::withCallingHandlers(...) 5. └─Require::Require(...) 6. └─Require::pkgDep(...) 7. └─Require:::getPkgDeps(...) 8. └─Require:::getDeps(...) 9. └─Require:::getDepsNonGH(...) 10. └─Require:::pkgDepCRAN(...) 11. └─Require:::joinToAvailablePackages(...) 12. └─Require:::available.packagesCached(...) 13. ├─base::do.call(rbind, cap) 14. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 15. └─data.table (local) rbind(deparse.level, ...) 16. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Failure ('test-04other_testthat.R:18:3'): test 4 ──────────────────────────── Expected `any(grepl("could not be installed", warns))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test-04other_testthat.R:26:3'): test 4 ────────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. └─Require::pkgDep("data.table", purge = FALSE) at test-04other_testthat.R:26:3 2. └─Require:::getPkgDeps(...) 3. └─Require:::getDeps(...) 4. └─Require:::getDepsNonGH(...) 5. └─Require:::pkgDepCRAN(...) 6. └─Require:::joinToAvailablePackages(...) 7. └─Require:::available.packagesCached(...) 8. ├─base::do.call(rbind, cap) 9. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 10. └─data.table (local) rbind(deparse.level, ...) 11. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-arm64

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/23s] 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(Require) > library(testthat) Attaching package: 'testthat' The following object is masked from 'package:Require': setup > test_check("Require") Saving _problems/test-00pkgSnapshot_testthat-16.R Saving _problems/test-01packages_testthat-36.R Saving _problems/test-04other_testthat-19.R Saving _problems/test-04other_testthat-26.R [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-05packagesLong_testthat.R:3:3', 'test-06pkgDep_testthat.R:3:3', 'test-12offlineMode_testthat.R:4:3' • empty test (4): 'test-07pkgSnapshotLong_testthat.R:1:1', 'test-08modules_testthat.R:1:1', 'test-09pkgSnapshotLong_testthat.R:1:1', 'test-10DifferentPkgs_testthat.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-00pkgSnapshot_testthat.R:16:3'): test 1 ──────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 17 columns, inconsistent with item 1 which has 18 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─base::suppressWarnings(Require(c("rlang"), require = FALSE, quiet = quiet)) at test-00pkgSnapshot_testthat.R:16:3 2. │ └─base::withCallingHandlers(...) 3. └─Require::Require(c("rlang"), require = FALSE, quiet = quiet) 4. └─Require::pkgDep(...) 5. └─Require:::getPkgDeps(...) 6. └─Require:::getDeps(...) 7. └─Require:::getDepsNonGH(...) 8. └─Require:::pkgDepCRAN(...) 9. └─Require:::joinToAvailablePackages(...) 10. └─Require:::available.packagesCached(...) 11. ├─base::do.call(rbind, cap) 12. └─base (local) `<fn>`(binary = `<dt[,18]>`, source = `<dt[,17]>`) 13. └─data.table (local) rbind(deparse.level, ...) 14. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Error ('test-01packages_testthat.R:32:3'): test 1 ─────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 17 columns, inconsistent with item 1 which has 18 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─testthat::capture_warnings(...) at test-01packages_testthat.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::capture_messages(...) 4. │ └─base::withCallingHandlers(...) 5. └─Require::Require(...) 6. └─Require::pkgDep(...) 7. └─Require:::getPkgDeps(...) 8. └─Require:::getDeps(...) 9. └─Require:::getDepsNonGH(...) 10. └─Require:::pkgDepCRAN(...) 11. └─Require:::joinToAvailablePackages(...) 12. └─Require:::available.packagesCached(...) 13. ├─base::do.call(rbind, cap) 14. └─base (local) `<fn>`(binary = `<dt[,18]>`, source = `<dt[,17]>`) 15. └─data.table (local) rbind(deparse.level, ...) 16. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Failure ('test-04other_testthat.R:18:3'): test 4 ──────────────────────────── Expected `any(grepl("could not be installed", warns))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test-04other_testthat.R:26:3'): test 4 ────────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 17 columns, inconsistent with item 1 which has 18 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. └─Require::pkgDep("data.table", purge = FALSE) at test-04other_testthat.R:26:3 2. └─Require:::getPkgDeps(...) 3. └─Require:::getDeps(...) 4. └─Require:::getDepsNonGH(...) 5. └─Require:::pkgDepCRAN(...) 6. └─Require:::joinToAvailablePackages(...) 7. └─Require:::available.packagesCached(...) 8. ├─base::do.call(rbind, cap) 9. └─base (local) `<fn>`(binary = `<dt[,18]>`, source = `<dt[,17]>`) 10. └─data.table (local) rbind(deparse.level, ...) 11. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [153s] 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(Require) > library(testthat) Attaching package: 'testthat' The following object is masked from 'package:Require': setup > test_check("Require") Saving _problems/test-00pkgSnapshot_testthat-16.R Saving _problems/test-01packages_testthat-36.R Saving _problems/test-04other_testthat-19.R Saving _problems/test-04other_testthat-26.R [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • empty test (4): 'test-07pkgSnapshotLong_testthat.R:1:1', 'test-08modules_testthat.R:1:1', 'test-09pkgSnapshotLong_testthat.R:1:1', 'test-10DifferentPkgs_testthat.R:1:1' • On CRAN (3): 'test-05packagesLong_testthat.R:3:3', 'test-06pkgDep_testthat.R:3:3', 'test-12offlineMode_testthat.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-00pkgSnapshot_testthat.R:16:3'): test 1 ──────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─base::suppressWarnings(Require(c("rlang"), require = FALSE, quiet = quiet)) at test-00pkgSnapshot_testthat.R:16:3 2. │ └─base::withCallingHandlers(...) 3. └─Require::Require(c("rlang"), require = FALSE, quiet = quiet) 4. └─Require::pkgDep(...) 5. └─Require:::getPkgDeps(...) 6. └─Require:::getDeps(...) 7. └─Require:::getDepsNonGH(...) 8. └─Require:::pkgDepCRAN(...) 9. └─Require:::joinToAvailablePackages(...) 10. └─Require:::available.packagesCached(...) 11. ├─base::do.call(rbind, cap) 12. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 13. └─data.table (local) rbind(deparse.level, ...) 14. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Error ('test-01packages_testthat.R:32:3'): test 1 ─────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. ├─testthat::capture_warnings(...) at test-01packages_testthat.R:32:3 2. │ └─base::withCallingHandlers(...) 3. ├─testthat::capture_messages(...) 4. │ └─base::withCallingHandlers(...) 5. └─Require::Require(...) 6. └─Require::pkgDep(...) 7. └─Require:::getPkgDeps(...) 8. └─Require:::getDeps(...) 9. └─Require:::getDepsNonGH(...) 10. └─Require:::pkgDepCRAN(...) 11. └─Require:::joinToAvailablePackages(...) 12. └─Require:::available.packagesCached(...) 13. ├─base::do.call(rbind, cap) 14. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 15. └─data.table (local) rbind(deparse.level, ...) 16. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) ── Failure ('test-04other_testthat.R:18:3'): test 4 ──────────────────────────── Expected `any(grepl("could not be installed", warns))` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Error ('test-04other_testthat.R:26:3'): test 4 ────────────────────────────── Error in `rbindlist(l, use.names, fill, idcol, ignore.attr)`: Item 2 has 18 columns, inconsistent with item 1 which has 19 columns. To fill missing columns use fill=TRUE. Backtrace: ▆ 1. └─Require::pkgDep("data.table", purge = FALSE) at test-04other_testthat.R:26:3 2. └─Require:::getPkgDeps(...) 3. └─Require:::getDeps(...) 4. └─Require:::getDepsNonGH(...) 5. └─Require:::pkgDepCRAN(...) 6. └─Require:::joinToAvailablePackages(...) 7. └─Require:::available.packagesCached(...) 8. ├─base::do.call(rbind, cap) 9. └─base (local) `<fn>`(binary = `<dt[,19]>`, source = `<dt[,18]>`) 10. └─data.table (local) rbind(deparse.level, ...) 11. └─data.table::rbindlist(l, use.names, fill, idcol, ignore.attr) [ FAIL 4 | WARN 0 | SKIP 7 | PASS 39 ] Error: ! Test failures. Execution halted Flavor: r-release-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.
Health stats visible at Monitor.