CRAN Package Check Results for Package batata

Last updated on 2026-06-19 09:55:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.08 29.61 31.69 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 1.67 23.58 25.25 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.1 46.31 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 75.96 OK
r-devel-windows-x86_64 0.2.1 5.00 48.00 53.00 OK
r-patched-linux-x86_64 0.2.1 2.16 26.15 28.31 OK
r-release-linux-x86_64 0.2.1 1.96 26.13 28.09 OK
r-release-macos-arm64 0.2.1 1.00 18.00 19.00 OK
r-release-macos-x86_64 0.2.1 2.00 57.00 59.00 OK
r-release-windows-x86_64 0.2.1 4.00 50.00 54.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 2.00 75.00 77.00 OK
r-oldrel-windows-x86_64 0.2.1 5.00 54.00 59.00 ERROR

Check Details

Version: 0.2.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = c("Mohamed", "El", "Fodil"), family = "Ihaddaden", role = c("aut", "cre"), email = "ihaddaden.fodeil@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(batata) > > test_check("batata") Saving _problems/test-display_starred-8.R Saving _problems/test-display_starred-14.R Saving _problems/test-display_starred-20.R [ FAIL 3 | WARN 2 | SKIP 1 | PASS 38 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-yesterday_packages.R:12:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-display_starred.R:8:3'): display_starred() returns a character vector ── Expected `output` to have type "character". Actual type: "NULL" ── Failure ('test-display_starred.R:14:3'): display_starred() returns a vector of length superior than 0 ── Expected `length(output)` > 0. Actual comparison: 0.0 <= 0.0 Difference: 0.0 <= 0 ── Failure ('test-display_starred.R:20:3'): display_starred() returns a coherent length ── Expected `length(output2)` to equal 10. Differences: 1/1 mismatches [1] 0 - 10 == -10 [ FAIL 3 | WARN 2 | SKIP 1 | PASS 38 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64