CRAN Package Check Results for Package breathtestcore

Last updated on 2025-07-20 08:49:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.9 12.00 186.06 198.06 NOTE
r-devel-linux-x86_64-debian-gcc 0.8.9 8.70 130.82 139.52 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.9 297.86 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.9 299.70 NOTE
r-devel-windows-x86_64 0.8.9 14.00 163.00 177.00 NOTE
r-patched-linux-x86_64 0.8.9 13.66 175.79 189.45 NOTE
r-release-linux-x86_64 0.8.9 10.80 174.34 185.14 NOTE
r-release-macos-arm64 0.8.9 90.00 NOTE
r-release-macos-x86_64 0.8.9 204.00 NOTE
r-release-windows-x86_64 0.8.9 13.00 160.00 173.00 NOTE
r-oldrel-macos-arm64 0.8.9 88.00 OK
r-oldrel-macos-x86_64 0.8.9 160.00 OK
r-oldrel-windows-x86_64 0.8.9 18.00 213.00 231.00 OK

Check Details

Version: 0.8.9
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: ‘read_any_breathtest.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

Version: 0.8.9
Check: tests
Result: ERROR Running ‘test-all.R’ [30s/18s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > > #options(Ncpus = parallelly::availableCores(omit = 1)) > #options(Ncpus = 1) > options(lifecycle_verbosity = "warning") > test_check("breathtestcore") Loading required package: breathtestcore Starting 2 test processes [ FAIL 5 | WARN 0 | SKIP 4 | PASS 358 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test_coef_by_group.R:55:3', 'test_coef_diff_by_group.R:54:3', 'test_read_iris_csv.R:49:3', 'test_plot_breathtestfit.R:49:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_coef_by_group.R:46:3'): nlme_fit can be used to compute coefficients for multiple records in one group ── `cf` is not an S3 object ── Failure ('test_coef_by_group.R:47:3'): nlme_fit can be used to compute coefficients for multiple records in one group ── ncol(cf) (`actual`) not identical to 7L (`expected`). `actual` is NULL `expected` is an integer vector (7) ── Failure ('test_coef_by_group.R:48:3'): nlme_fit can be used to compute coefficients for multiple records in one group ── unique(cf$group) (`actual`) not equal to "A" (`expected`). `actual` is NULL `expected` is a character vector ('A') ── Failure ('test_coef_by_group.R:49:3'): nlme_fit can be used to compute coefficients for multiple records in one group ── unique(cf$diff_group) (`actual`) not equal to "a" (`expected`). `actual` is NULL `expected` is a character vector ('a') ── Failure ('test_coef_by_group.R:50:3'): nlme_fit can be used to compute coefficients for multiple records in one group ── names(cf) (`actual`) not equal to c(...) (`expected`). `actual` is NULL `expected` is a character vector ('parameter', 'method', 'group', 'estimate', 'conf.low', ...) [ FAIL 5 | WARN 0 | SKIP 4 | PASS 358 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc