R Under development (unstable) (2023-09-14 r85149 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > library(testthat) > library(gtExtras) Loading required package: gt Attaching package: 'gt' The following object is masked from 'package:testthat': matches Attaching package: 'gtExtras' The following object is masked from 'package:testthat': matches > > test_check("gtExtras") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 23 | PASS 116 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-fmt_pad_num.R:3:3', 'test-fmt_pct_extra.R:3:3', 'test-fmt_symbol_first.R:56:3', 'test-fmt_symbol_first.R:61:3', 'test-fmt_symbol_first.R:66:3', 'test-fmt_symbol_first.R:71:3', 'test-fontawesome-icons.R:3:3', 'test-fontawesome-icons.R:30:3', 'test-fontawesome-icons.R:60:3', 'test-fontawesome-icons.R:100:3', 'test-fontawesome-icons.R:130:3', 'test-fontawesome-icons.R:157:3', 'test-gt_image_multi_rows.R:3:3', 'test-gt_image_rows.R:3:3', 'test-gt_img_circle.R:3:3', 'test-gt_summary_table.R:25:3', 'test-gt_text_img.R:3:3', 'test-gtsave_extra.R:4:3', 'test-html-helpers.R:24:3', 'test-icon_fun.R:3:3', 'test-img_header.R:3:3', 'test-two-column-layouts.R:4:3', 'test-two-column-layouts.R:27:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 116 ] > > proc.time() user system elapsed 2.10 0.34 16.56