R Under development (unstable) (2023-09-02 r85048 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(vegawidget) > > test_check("vegawidget") Attaching package: 'rlang' The following objects are masked from 'package:withr': local_options, with_options The following objects are masked from 'package:testthat': is_false, is_null, is_true [ FAIL 0 | WARN 0 | SKIP 10 | PASS 102 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-callback-helpers.R:9:3', 'test-callback-helpers.R:46:3', 'test-spec-version.R:38:3', 'test-to-image.R:55:3', 'test-to-image.R:63:3', 'test-to-image.R:78:3', 'test-to-image.R:100:3', 'test-to-vega.R:6:3', 'test-vega-version.R:3:3', 'test-vegaspec.R:86:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 102 ] > > proc.time() user system elapsed 3.39 0.34 3.75