CRAN Package Check Results for Package tidynorm

Last updated on 2025-07-22 19:52:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 24.07 162.97 187.04 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 18.14 112.43 130.57 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 295.53 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 300.92 OK
r-devel-windows-x86_64 0.3.0 30.00 202.00 232.00 OK
r-patched-linux-x86_64 0.3.0 27.57 151.92 179.49 OK
r-release-linux-x86_64 0.3.0 26.02 152.43 178.45 OK
r-release-macos-arm64 0.3.0 66.00 OK
r-release-macos-x86_64 0.3.0 141.00 OK
r-release-windows-x86_64 0.3.0 32.00 189.00 221.00 OK
r-oldrel-macos-arm64 0.3.0 67.00 OK
r-oldrel-macos-x86_64 0.3.0 136.00 OK
r-oldrel-windows-x86_64 0.3.0 40.00 244.00 284.00 OK

Check Details

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/6s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(tidynorm) > > test_check("tidynorm") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 0 | PASS 15 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dct.R:8:3'): dct coefs from package are equal to established library ── Error: Installation of Python not found, Python bindings not loaded. See the Python "Order of Discovery" here: https://rstudio.github.io/reticulate/articles/versions.html#order-of-discovery. Backtrace: ▆ 1. └─reticulate::py_config() at test-dct.R:8:3 2. └─reticulate:::ensure_python_initialized() 3. └─reticulate:::initialize_python() 4. └─reticulate (local) python_not_found("Installation of Python not found, Python bindings not loaded.") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 15 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc