R Under development (unstable) (2025-06-19 r88329 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 object is masked from 'package:testthat': matches 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:2:3', 'test-zzz-step-vpd-algebraic-functions.R:69:3', 'test-zzz-step-vpd-algebraic-functions.R:107:3', 'test-zzz-step-vpd-algebraic-functions.R:120:3', 'test-zzz-step-vpd-betti-curve.R:72:3', 'test-zzz-step-vpd-betti-curve.R:112:3', 'test-zzz-step-vpd-betti-curve.R:126:3', 'test-zzz-step-vpd-complex-polynomial.R:69:3', 'test-zzz-step-vpd-complex-polynomial.R:107:3', 'test-zzz-step-vpd-complex-polynomial.R:120:3', 'test-zzz-step-vpd-descriptive-statistics.R:69:3', 'test-zzz-step-vpd-descriptive-statistics.R:107:3', 'test-zzz-step-vpd-descriptive-statistics.R:120:3', 'test-zzz-step-vpd-euler-characteristic-curve.R:72:3', 'test-zzz-step-vpd-euler-characteristic-curve.R:112:3', 'test-zzz-step-vpd-euler-characteristic-curve.R:126:3', 'test-zzz-step-vpd-normalized-life-curve.R:72:3', 'test-zzz-step-vpd-normalized-life-curve.R:112:3', 'test-zzz-step-vpd-normalized-life-curve.R:126:3', 'test-zzz-step-vpd-persistence-block.R:75:3', 'test-zzz-step-vpd-persistence-block.R:117:3', 'test-zzz-step-vpd-persistence-block.R:132:3', 'test-zzz-step-vpd-persistence-image.R:75:3', 'test-zzz-step-vpd-persistence-image.R:117:3', 'test-zzz-step-vpd-persistence-image.R:132:3', 'test-zzz-step-vpd-persistence-landscape.R:72:3', 'test-zzz-step-vpd-persistence-landscape.R:112:3', 'test-zzz-step-vpd-persistence-landscape.R:126:3', 'test-zzz-step-vpd-persistence-silhouette.R:72:3', 'test-zzz-step-vpd-persistence-silhouette.R:112:3', 'test-zzz-step-vpd-persistence-silhouette.R:126:3', 'test-zzz-step-vpd-persistent-entropy-summary.R:72:3', 'test-zzz-step-vpd-persistent-entropy-summary.R:112:3', 'test-zzz-step-vpd-persistent-entropy-summary.R:126:3', 'test-zzz-step-vpd-tent-template-functions.R:69:3', 'test-zzz-step-vpd-tent-template-functions.R:107:3', 'test-zzz-step-vpd-tent-template-functions.R:120:3', 'test-zzz-step-vpd-tropical-coordinates.R:69:3', 'test-zzz-step-vpd-tropical-coordinates.R:107:3', 'test-zzz-step-vpd-tropical-coordinates.R:120:3' • 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 13.03 5.12 18.15