CRAN Package Check Results for Package rang

Last updated on 2024-06-06 05:57:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 4.47 70.64 75.11 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 4.43 51.93 56.36 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 93.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.0 100.52 OK
r-devel-windows-x86_64 0.3.0 6.00 316.00 322.00 ERROR
r-patched-linux-x86_64 0.3.0 5.29 66.99 72.28 OK
r-release-linux-x86_64 0.3.0 6.26 65.79 72.05 OK
r-release-macos-arm64 0.3.0 51.00 OK
r-release-macos-x86_64 0.3.0 73.00 OK
r-release-windows-x86_64 0.3.0 6.00 81.00 87.00 OK
r-oldrel-macos-arm64 0.3.0 143.00 OK
r-oldrel-macos-x86_64 0.3.0 101.00 OK
r-oldrel-windows-x86_64 0.3.0 8.00 87.00 95.00 OK

Check Details

Version: 0.3.0
Check: Rd cross-references
Result: NOTE Undeclared package ‘igraph’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.0
Check: dependencies in R code
Result: NOTE renv was unable to query available packages from the following repositories: - # https://cloud.r-project.org/src/contrib ------------------------------------ error downloading 'https://cloud.r-project.org/src/contrib/PACKAGES.rds' [error code 6] error downloading 'https://cloud.r-project.org/src/contrib/PACKAGES.gz' [error code 6] error downloading 'https://cloud.r-project.org/src/contrib/PACKAGES' [error code 6] Flavor: r-devel-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running 'testthat.R' [132s] 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(rang) > > test_check("rang") [ FAIL 1 | WARN 16 | SKIP 34 | PASS 452 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test_pkgref.R:136:5', 'test_resolve.R:31:5', 'test_resolve.R:41:5', 'test_resolve.R:63:5', 'test_resolve.R:72:5', 'test_resolve.R:94:5', 'test_resolve.R:117:5', 'test_resolve.R:133:5', 'test_resolve.R:156:5', 'test_resolve.R:165:5', 'test_resolve.R:174:5', 'test_resolve.R:191:5', 'test_resolve.R:203:5', 'test_resolve.R:212:5', 'test_resolve.R:221:5', 'test_resolve.R:229:5', 'test_resolve.R:236:5', 'test_resolve.R:246:5', 'test_resolve.R:252:5', 'test_resolve.R:258:5', 'test_resolve.R:288:5', 'test_resolve.R:300:5', 'test_resolve.R:314:5', 'test_resolve.R:321:5', 'test_resolve.R:331:5', 'test_resolve.R:351:5', 'test_resolve.R:373:5', 'test_sysreqs.R:4:5', 'test_sysreqs.R:17:5', 'test_sysreqs.R:31:5', 'test_sysreqs.R:54:5' • On Windows (3): 'test_apptainerize.R:240:5', 'test_dockerize.R:251:5', 'test_dockerize.R:359:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_pkgref.R:154:5'): as_pkgrefs DESCRIPTION ───────────────────── `res` (`actual`) not equal to c(...) (`expected`). actual | expected [1] "cran::BiocGenerics" - "bioc::BiocGenerics" [1] [2] "cran::S4Vectors" - "bioc::S4Vectors" [2] [3] "cran::IRanges" - "bioc::IRanges" [3] [4] "cran::GenomicRanges" - "bioc::GenomicRanges" [4] [5] "cran::ShortRead" - "bioc::ShortRead" [5] [6] "cran::lattice" | "cran::lattice" [6] [ FAIL 1 | WARN 16 | SKIP 34 | PASS 452 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64