R Under development (unstable) (2026-02-03 r89375 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(echarts4r) > > test_check("echarts4r") Loading required package: shiny [ FAIL 0 | WARN 0 | SKIP 19 | PASS 2027 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-annotations.R:5:1', 'test-annotations.R:9:1', 'test-annotations.R:112:1', 'test-button.R:2:1', 'test-helpers.R:215:1', 'test-leaflet.R:38:1', 'test-map.R:187:1', 'test-matrix.R:63:1', 'test-matrix.R:97:1', 'test-matrix.R:520:1', 'test-matrix.R:621:1', 'test-matrix.R:712:1', 'test-matrix.R:798:1', 'test-opts.R:81:1', 'test-opts.R:86:1', 'test-opts.R:91:1', 'test-opts.R:96:1', 'test-opts.R:142:1', 'test-plugins.R:152:1' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 2027 ] > > proc.time() user system elapsed 23.12 2.50 25.81