Last updated on 2025-10-21 00:50:42 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
IsoMemo | 1 | 1 | 11 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
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>
Flavor: 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