CRAN Package Check Results for Package IsoMemo

Last updated on 2025-10-22 09:50:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 23.10.1 1.62 30.24 31.86 NOTE
r-devel-linux-x86_64-debian-gcc 23.10.1 1.44 24.42 25.86 NOTE
r-devel-linux-x86_64-fedora-clang 23.10.1 42.76 OK
r-devel-linux-x86_64-fedora-gcc 23.10.1 57.12 OK
r-devel-windows-x86_64 23.10.1 3.00 59.00 62.00 OK
r-patched-linux-x86_64 23.10.1 1.83 27.37 29.20 OK
r-release-linux-x86_64 23.10.1 1.73 27.67 29.40 OK
r-release-macos-arm64 23.10.1 1.00 103.00 104.00 ERROR
r-release-macos-x86_64 23.10.1 2.00 76.00 78.00 OK
r-release-windows-x86_64 23.10.1 3.00 61.00 64.00 OK
r-oldrel-macos-arm64 23.10.1 1.00 49.00 50.00 OK
r-oldrel-macos-x86_64 23.10.1 2.00 74.00 76.00 OK
r-oldrel-windows-x86_64 23.10.1 4.00 67.00 71.00 OK

Check Details

Version: 23.10.1
Check: HTML version of manual
Result: NOTE Found the following HTML validation problems: callAPI.html:52:1 (callAPI.Rd:14): Warning: missing </ul> before </div> Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 23.10.1
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(IsoMemo) > > test_check("IsoMemo") [ FAIL 1 | WARN 3 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-01-getData.R:3:3'): getData() actually retrieves all data ────── Error in `expect_match(levels(df$source)[1], "14CSea")`: is.character(act$val) is not TRUE Backtrace: ▆ 1. └─testthat::expect_match(levels(df$source)[1], "14CSea") at test-01-getData.R:3:3 2. └─base::stopifnot(is.character(act$val)) [ FAIL 1 | WARN 3 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64