* using log directory 'd:/Rcompile/CRANpkg/local/4.5/echarts4r.Rcheck' * using R version 4.5.3 (2026-03-11 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'echarts4r/DESCRIPTION' ... OK * this is package 'echarts4r' version '0.5.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'echarts4r' can be installed ... OK * checking installed package size ... INFO installed size is 6.7Mb sub-directories of 1Mb or more: htmlwidgets 5.5Mb * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [2s] OK * checking whether startup messages can be suppressed ... [2s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [31s] OK * checking Rd files ... [3s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [78s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [55s] ERROR Running 'testthat.R' [55s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(echarts4r) > > test_check("echarts4r") Loading required package: shiny Saving _problems/test-map-347.R [ FAIL 1 | WARN 1 | SKIP 19 | PASS 2022 ] ══ 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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-map.R:347:3'): geojson support is functional ─────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://raw.githubusercontent.com/shawnbot/topogram/master/data/us-states.geojson' Backtrace: ▆ 1. └─jsonlite::read_json("https://raw.githubusercontent.com/shawnbot/topogram/master/data/us-states.geojson") at test-map.R:347:3 2. └─jsonlite::parse_json(...) 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 1 | WARN 1 | SKIP 19 | PASS 2022 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [24s] OK * checking HTML version of manual ... [27s] OK * DONE Status: 1 ERROR