Last updated on 2026-03-26 05:51:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 30.02 | 186.08 | 216.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 19.74 | 128.87 | 148.61 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 48.00 | 305.45 | 353.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 55.00 | 298.31 | 353.31 | OK | |
| r-devel-macos-arm64 | 0.4.0 | 5.00 | 33.00 | 38.00 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 35.00 | 217.00 | 252.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 20.93 | 171.48 | 192.41 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 21.56 | 169.38 | 190.94 | OK | |
| r-release-macos-arm64 | 0.4.0 | OK | ||||
| r-release-macos-x86_64 | 0.4.0 | 18.00 | 219.00 | 237.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 35.00 | 209.00 | 244.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 19.00 | 255.00 | 274.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 42.00 | 261.00 | 303.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/12s]
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.
> test-options.R:
> test-options.R:
> test-options.R: Normalization info
> test-options.R: * normalized with `tidynorm::norm_generic()`
> test-options.R: * normalized `F1`, `F2`, and `F3`
> test-options.R: * normalized values in `F1_n`,
> test-options.R: `F2_n`, and `F3_n`
> test-options.R: * grouped by
> test-options.R: * within formant: FALSE
> test-options.R: * (.formant - 0)/(1)
> test-options.R:
> test-reframes.R: Joining with `by = join_by(speaker, id)`
> test-dct.R: Joining with `by = join_by(speaker, id, formant)`
Saving _problems/test-dct-8.R
> test_reloc.R: i No `.time_col` provided.
> test_reloc.R: i Assuming `.data` is arranged by time.
> test_reloc.R:
> test_reloc.R: i No `.time_col` provided.
> test_reloc.R: i Assuming `.data` is arranged by time.
> test_reloc.R:
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 85 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dct.R:8:3'): dct coefs from package are equal to established library ──
<Rcpp::exception/C++Error/error/condition>
Error: /tmp/check-CRAN-regular-hornik/cache/R/reticulate/uv/python/cpython-3.12.13-linux-x86_64-gnu/lib/libpython3.12.so - /tmp/check-CRAN-regular-hornik/cache/R/reticulate/uv/python/cpython-3.12.13-linux-x86_64-gnu/lib/libpython3.12.so: cannot enable executable stack as shared object requires: Invalid argument
Backtrace:
▆
1. └─reticulate::py_config() at test-dct.R:8:3
2. └─reticulate:::ensure_python_initialized()
3. └─reticulate:::initialize_python()
4. └─base::tryCatch(...)
5. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
7. └─value[[3L]](cond)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 85 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc