R Under development (unstable) (2024-10-01 r87205 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 100 | PASS 215 ] ══ Skipped tests (100) ═════════════════════════════════════════════════════════ • On CRAN (99): 'test-apply_fmt_fn.R:76:3', 'test-apply_fmt_fn.R:119:3', 'test-add_calculated_row.R:2:3', 'test-add_calculated_row.R:25:3', 'test-add_calculated_row.R:33:3', 'test-ard_attributes.R:5:3', 'test-ard_attributes.R:29:3', 'test-ard_complex.R:87:3', 'test-ard_complex.R:130: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:245:3', 'test-ard_categorical.R:402:3', 'test-ard_categorical.R:509:3', 'test-ard_categorical.R:643:3', 'test-ard_categorical.R:723:3', 'test-ard_categorical.R:832:3', 'test-ard_categorical.R:874:3', 'test-ard_dichotomous.R:11:3', 'test-ard_dichotomous.R:46:3', 'test-ard_dichotomous.R:100:3', 'test-ard_hierarchical.R:12:3', 'test-ard_hierarchical.R:97:3', 'test-ard_hierarchical.R:107:3', 'test-ard_hierarchical.R:141:3', 'test-ard_hierarchical.R:234:3', 'test-ard_hierarchical.R:287:3', 'test-ard_hierarchical.R:310:3', 'test-ard_missing.R:7:3', 'test-ard_missing.R:31:3', 'test-ard_stack.R:251:3', 'test-ard_stack.R:269:3', 'test-ard_stack.R:300: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_continuous.R:288:3', 'test-ard_continuous.R:421:3', 'test-ard_strata.R:2:3', 'test-ard_total_n.R:2:3', 'test-as_card.R:2:3', 'test-as_card.R:22:3', 'test-as_nested_list.R:2:3', 'test-bind_ard.R:14:3', 'test-bind_ard.R:27:3', 'test-bind_ard.R:58:3', 'test-check_ard_structure.R:2:3', 'test-check_pkg_installed.R:58:3', 'test-eval_capture_conditions.R:3:3', 'test-eval_capture_conditions.R:46:3', 'test-eval_capture_conditions.R:72:3', 'test-get_ard_statistics.R:4:3', 'test-mock.R:3:3', 'test-mock.R:14:3', 'test-mock.R:26:3', 'test-mock.R:36:3', 'test-mock.R:47:3', 'test-mock.R:58:3', 'test-mock.R:69:3', 'test-mock.R:79:3', 'test-mock.R:90:3', 'test-mock.R:99:3', 'test-mock.R:107:3', 'test-print.R:2:3', 'test-print_ard_conditions.R:3:3', 'test-print_ard_conditions.R:70:3', 'test-print_ard_conditions.R:101:3', 'test-print_ard_conditions.R:115:3', 'test-process_selectors.R:52:3', 'test-process_selectors.R:85:3', 'test-rename_ard_columns.R:13:3', 'test-rename_ard_columns.R:22:3', 'test-round5.R:2:3', 'test-ard_stack_hierarchical.R:51:3', 'test-ard_stack_hierarchical.R:77:3', 'test-ard_stack_hierarchical.R:143:3', 'test-ard_stack_hierarchical.R:157:3', 'test-ard_stack_hierarchical.R:242:3', 'test-ard_stack_hierarchical.R:256:3', 'test-ard_stack_hierarchical.R:350:3', 'test-ard_stack_hierarchical.R:425:3', 'test-ard_stack_hierarchical.R:436:3', 'test-ard_stack_hierarchical.R:471:3', 'test-ard_stack_hierarchical.R:509:3', 'test-shift_ard_columns.R:9:3', 'test-tidy_as_ard.R:3:3', 'test-shuffle_ard.R:9:3', 'test-shuffle_ard.R:68:3', 'test-shuffle_ard.R:79:3', 'test-shuffle_ard.R:198:3', 'test-update_ard.R:12:3', 'test-update_ard.R:21:3', 'test-update_ard.R:30:3', 'test-update_ard.R:58:3', 'test-update_ard.R:66:3' • hms cannot be loaded (1): 'test-ard_categorical.R:853:3' [ FAIL 0 | WARN 0 | SKIP 100 | PASS 215 ] > > proc.time() user system elapsed 7.73 0.76 74.61