CRAN Package Check Results for Package tidyfit

Last updated on 2025-03-09 12:52:01 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.3 12.29 207.86 220.15 NOTE
r-devel-linux-x86_64-debian-gcc 0.7.3 6.64 141.26 147.90 NOTE
r-devel-linux-x86_64-fedora-clang 0.7.3 381.79 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.3 508.08 ERROR
r-devel-macos-arm64 0.7.3 218.00 OK
r-devel-macos-x86_64 0.7.3 427.00 NOTE
r-devel-windows-x86_64 0.7.3 15.00 225.00 240.00 NOTE
r-patched-linux-x86_64 0.7.3 13.04 192.94 205.98 OK
r-release-linux-x86_64 0.7.3 10.30 194.88 205.18 OK
r-release-macos-arm64 0.7.3 198.00 OK
r-release-macos-x86_64 0.7.3 435.00 OK
r-release-windows-x86_64 0.7.3 12.00 221.00 233.00 OK
r-oldrel-macos-arm64 0.7.2 OK
r-oldrel-macos-x86_64 0.7.3 428.00 OK
r-oldrel-windows-x86_64 0.7.3 16.00 272.00 288.00 OK

Check Details

Version: 0.7.3
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: ‘explain_methods.R’ ‘fit.gets.R’ ‘fit.group_lasso.R’ ‘m.R’ ‘post_process.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-macos-x86_64, r-devel-windows-x86_64

Version: 0.7.3
Check: tests
Result: ERROR Running ‘testthat.R’ [58s/133s] 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(tidyfit) > > test_check("tidyfit") Attaching package: 'dplyr' The following object is masked from 'package:tidyfit': explain The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 1 | WARN 1 | SKIP 0 | PASS 184 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-glmm.R:6:3'): glmm regression works ────────────────────────── nrow(coef(m_reg)) (`actual`) not equal to 11 (`expected`). `actual`: 20.0 `expected`: 11.0 [ FAIL 1 | WARN 1 | SKIP 0 | PASS 184 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.3
Check: tests
Result: ERROR Running ‘testthat.R’ [84s/197s] 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(tidyfit) > > test_check("tidyfit") Attaching package: 'dplyr' The following object is masked from 'package:tidyfit': explain The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 1 | WARN 1 | SKIP 0 | PASS 184 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-glmm.R:6:3'): glmm regression works ────────────────────────── nrow(coef(m_reg)) (`actual`) not equal to 11 (`expected`). `actual`: 20.0 `expected`: 11.0 [ FAIL 1 | WARN 1 | SKIP 0 | PASS 184 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc