CRAN Package Check Results for Package tidyfit

Last updated on 2025-02-22 07:51:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.3 11.94 209.41 221.35 NOTE
r-devel-linux-x86_64-debian-gcc 0.7.3 8.27 142.88 151.15 NOTE
r-devel-linux-x86_64-fedora-clang 0.7.3 312.22 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.3 472.19 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 12.00 239.00 251.00 NOTE
r-patched-linux-x86_64 0.7.3 12.20 194.49 206.69 OK
r-release-linux-x86_64 0.7.3 10.50 195.29 205.79 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 223.00 235.00 OK
r-oldrel-macos-arm64 0.7.2 156.00 OK
r-oldrel-macos-x86_64 0.7.3 428.00 OK
r-oldrel-windows-x86_64 0.7.3 16.00 273.00 289.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’ [47s/48s] 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’ [80s/96s] 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