Last updated on 2025-07-19 13:50:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 25.78 | 160.96 | 186.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 17.96 | 111.28 | 129.24 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 295.53 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 294.51 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 33.00 | 192.00 | 225.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 | 23.36 | 153.13 | 176.49 | 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 | 29.00 | 192.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 | 39.00 | 242.00 | 281.00 | OK |
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