CRAN Package Check Results for Package tidynorm

Last updated on 2026-04-06 19:50:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 29.78 186.74 216.52 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 19.78 127.70 147.48 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 48.00 313.04 361.04 WARN
r-devel-linux-x86_64-fedora-gcc 0.4.0 55.00 298.31 353.31 OK
r-devel-macos-arm64 0.4.0 6.00 32.00 38.00 OK
r-devel-windows-x86_64 0.4.0 36.00 214.00 250.00 OK
r-patched-linux-x86_64 0.4.0 27.49 172.79 200.28 ERROR
r-release-linux-x86_64 0.4.0 22.06 171.10 193.16 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 32.00 209.00 241.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 38.00 262.00 300.00 OK

Additional issues

gcc-ASAN

Check Details

Version: 0.4.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: Warning: replacing previous import ‘checkmate::check_data_frame’ by ‘rlang::check_data_frame’ when loading ‘tidynorm’ Warning: replacing previous import ‘checkmate::check_string’ by ‘rlang::check_string’ when loading ‘tidynorm’ See ‘/data/gannet/ripley/R/packages/tests-clang/tidynorm.Rcheck/00install.out’ for details. * used C++ compiler: ‘clang version 22.1.2 (https://github.com/llvm/llvm-project 1ab49a973e210e97d61e5db6557180dcb92c3e98)’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [20s/13s] 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`, `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: /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/reticulate/uv/python/cpython-3.12.13-linux-x86_64-gnu/lib/libpython3.12.so - /home/hornik/tmp/scratch/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-patched-linux-x86_64