R Under development (unstable) (2025-06-17 r88325 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(flir) Attaching package: 'flir' The following object is masked from 'package:utils': fix > > test_check("flir") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 66 | PASS 938 ] ══ Skipped tests (66) ══════════════════════════════════════════════════════════ • On CRAN (66): 'test-add_new_rule.R:2:3', 'test-add_new_rule.R:17:3', 'test-add_new_rule.R:25:3', 'test-T_and_F_symbol.R:126:3', 'test-class_equals.R:70:3', 'test-condition_message.R:176:3', 'test-expect_comparison.R:54:3', 'test-expect_identical.R:73:3', 'test-expect_length.R:64:3', 'test-expect_named.R:62:3', 'test-expect_not.R:44:3', 'test-config_yml.R:41:3', 'test-config_yml.R:62:3', 'test-config_yml.R:76:3', 'test-config_yml.R:90:3', 'test-config_yml.R:104:3', 'test-config_yml.R:118:3', 'test-config_yml.R:132:3', 'test-expect_null.R:67:3', 'test-expect_true_false.R:59:3', 'test-export_new_rule.R:3:3', 'test-export_new_rule.R:11:3', 'test-export_new_rule.R:28:3', 'test-export_new_rule.R:36:3', 'test-fix_several_files.R:5:3', 'test-expect_type.R:122:3', 'test-expect_type.R:149:3', 'test-flint_ignore.R:72:3', 'test-length_levels.R:15:3', 'test-length_test.R:32:3', 'test-lengths.R:50:3', 'test-matrix_apply.R:76:3', 'test-message.R:6:3', 'test-message.R:15:3', 'test-message.R:24:3', 'test-message.R:37:3', 'test-message.R:46:3', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-literal_coercion.R:124:1', 'test-nested-lints.R:2:3', 'test-numeric_leading_zero.R:30:3', 'test-outer_negation.R:49:3', 'test-print.R:9:3', 'test-print.R:25:3', 'test-print.R:45:3', 'test-rep_len.R:64:3', 'test-redundant_ifelse.R:112:3', 'test-sample_int.R:85:3', 'test-setup_flir.R:4:3', 'test-setup_flir.R:24:3', 'test-seq.R:155:3', 'test-seq.R:195:3', 'test-stopifnot_all.R:32:3', 'test-sort.R:120:3', 'test-undesirable_function.R:8:3', 'test-which_grepl.R:38:3', 'test-unreachable_code.R:45:3', 'test-unreachable_code.R:114:3' [ FAIL 0 | WARN 0 | SKIP 66 | PASS 938 ] > > proc.time() user system elapsed 6.95 1.07 63.00