R Under development (unstable) (2024-02-22 r85974 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(cards) Attaching package: 'cards' The following object is masked from 'package:testthat': matches > > test_check("cards") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 41 | PASS 114 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-ard_attributes.R:2:3', 'test-apply_fmt_fn.R:76:3', 'test-ard_complex.R:87:3', 'test-ard_continuous.R:7:3', 'test-ard_continuous.R:35:3', 'test-ard_continuous.R:86:3', 'test-ard_continuous.R:106:3', 'test-ard_continuous.R:234:3', 'test-ard_dichotomous.R:11:3', 'test-ard_dichotomous.R:46:3', 'test-ard_categorical.R:6:3', 'test-ard_categorical.R:77:3', 'test-ard_categorical.R:103:3', 'test-ard_categorical.R:221:3', 'test-ard_categorical.R:234:3', 'test-ard_categorical.R:391:3', 'test-ard_categorical.R:498:3', 'test-ard_categorical.R:576:3', 'test-ard_categorical.R:677:3', 'test-ard_missing.R:7:3', 'test-ard_missing.R:31:3', 'test-ard_hierarchical.R:12:3', 'test-ard_hierarchical.R:97:3', 'test-ard_hierarchical.R:118:3', 'test-ard_hierarchical.R:208:3', 'test-as_nested_list.R:2:3', 'test-check_ard_structure.R:2:3', 'test-bind_ard.R:14:3', 'test-bind_ard.R:27:3', 'test-eval_capture_conditions.R:3:3', 'test-get_ard_statistics.R:4:3', 'test-print.R:2:3', 'test-print_ard_conditions.R:3:3', 'test-process_selectors.R:21:3', 'test-process_selectors.R:52:3', 'test-process_selectors.R:85:3', 'test-round5.R:2:3', 'test-shuffle_ard.R:9:3', 'test-shuffle_ard.R:68:3', 'test-shuffle_ard.R:79:3', 'test-tidy_as_ard.R:3:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 114 ] > > proc.time() user system elapsed 2.15 0.23 19.20