R version 4.6.0 alpha (2026-04-09 r89835 ucrt) Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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(tdarec) Loading required package: recipes Loading required package: dplyr Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'recipes' The following object is masked from 'package:stats': step Loading required package: dials Loading required package: scales > > test_check("tdarec") [ FAIL 0 | WARN 0 | SKIP 42 | PASS 164 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (40): 'test-recipes-extension.R:1:1', 'test-zzz-step-vpd-algebraic-functions.R:62:1', 'test-zzz-step-vpd-algebraic-functions.R:92:1', 'test-zzz-step-vpd-algebraic-functions.R:113:1', 'test-zzz-step-vpd-betti-curve.R:64:1', 'test-zzz-step-vpd-betti-curve.R:96:1', 'test-zzz-step-vpd-betti-curve.R:118:1', 'test-zzz-step-vpd-complex-polynomial.R:62:1', 'test-zzz-step-vpd-complex-polynomial.R:92:1', 'test-zzz-step-vpd-complex-polynomial.R:113:1', 'test-zzz-step-vpd-descriptive-statistics.R:62:1', 'test-zzz-step-vpd-descriptive-statistics.R:92:1', 'test-zzz-step-vpd-descriptive-statistics.R:113:1', 'test-zzz-step-vpd-euler-characteristic-curve.R:64:1', 'test-zzz-step-vpd-euler-characteristic-curve.R:96:1', 'test-zzz-step-vpd-euler-characteristic-curve.R:118:1', 'test-zzz-step-vpd-normalized-life-curve.R:64:1', 'test-zzz-step-vpd-normalized-life-curve.R:96:1', 'test-zzz-step-vpd-normalized-life-curve.R:118:1', 'test-zzz-step-vpd-persistence-block.R:66:1', 'test-zzz-step-vpd-persistence-block.R:100:1', 'test-zzz-step-vpd-persistence-block.R:123:1', 'test-zzz-step-vpd-persistence-image.R:66:1', 'test-zzz-step-vpd-persistence-image.R:100:1', 'test-zzz-step-vpd-persistence-image.R:123:1', 'test-zzz-step-vpd-persistence-landscape.R:64:1', 'test-zzz-step-vpd-persistence-landscape.R:96:1', 'test-zzz-step-vpd-persistence-landscape.R:118:1', 'test-zzz-step-vpd-persistence-silhouette.R:64:1', 'test-zzz-step-vpd-persistence-silhouette.R:96:1', 'test-zzz-step-vpd-persistence-silhouette.R:118:1', 'test-zzz-step-vpd-persistent-entropy-summary.R:64:1', 'test-zzz-step-vpd-persistent-entropy-summary.R:96:1', 'test-zzz-step-vpd-persistent-entropy-summary.R:118:1', 'test-zzz-step-vpd-tent-template-functions.R:62:1', 'test-zzz-step-vpd-tent-template-functions.R:92:1', 'test-zzz-step-vpd-tent-template-functions.R:113:1', 'test-zzz-step-vpd-tropical-coordinates.R:62:1', 'test-zzz-step-vpd-tropical-coordinates.R:92:1', 'test-zzz-step-vpd-tropical-coordinates.R:113:1' • Unnecessary; persistence data should be coerced to a standard format. (2): 'test-step-pd-degree.R:53:3', 'test-step-pd-degree.R:66:3' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 164 ] > > proc.time() user system elapsed 23.01 11.90 35.00