CRAN Package Check Results for Package echarty

Last updated on 2026-04-10 11:50:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.2 6.94 70.98 77.92 ERROR
r-devel-linux-x86_64-debian-gcc 1.7.2 5.24 50.99 56.23 OK
r-devel-linux-x86_64-fedora-clang 1.7.2 13.00 116.71 129.71 OK
r-devel-linux-x86_64-fedora-gcc 1.7.2 11.00 117.57 128.57 OK
r-devel-macos-arm64 1.7.2 2.00 33.00 35.00 OK
r-devel-windows-x86_64 1.7.2 10.00 91.00 101.00 OK
r-patched-linux-x86_64 1.7.2 6.89 68.79 75.68 OK
r-release-linux-x86_64 1.7.1 6.91 64.72 71.63 OK
r-release-macos-arm64 1.7.2 2.00 37.00 39.00 OK
r-release-macos-x86_64 1.7.2 5.00 87.00 92.00 OK
r-release-windows-x86_64 1.7.1 10.00 89.00 99.00 OK
r-oldrel-macos-arm64 1.7.1 2.00 32.00 34.00 OK
r-oldrel-macos-x86_64 1.7.2 5.00 106.00 111.00 OK
r-oldrel-windows-x86_64 1.7.1 12.00 108.00 120.00 OK

Check Details

Version: 1.7.2
Check: examples
Result: ERROR Running examples in ‘echarty-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ec.fromJson > ### Title: JSON to chart > ### Aliases: ec.fromJson > > ### ** Examples > > txt <- '{ + "xAxis": { "data": ["Mon", "Tue", "Wed"]}, "yAxis": { }, + "series": { "type": "line", "data": [150, 230, 224] } }' > ec.fromJson(txt) # text json > # outFile <- 'c:/temp/cars.json' > # cars |> ec.init() |> ec.inspect(target='full', file=outFile) > # ec.fromJson(file(outFile, 'rb')) > # ec.fromJson(url('http://localhost/echarty/cars.json')) > > ec.fromJson('https://helgasoft.github.io/echarty/test/pfull.json') Warning in open.connection(con, "rb") : cannot open URL 'https://helgasoft.github.io/echarty/test/pfull.json': HTTP status was '404 Not Found' Error in open.connection(con, "rb") : cannot open the connection to 'https://helgasoft.github.io/echarty/test/pfull.json' Calls: ec.fromJson ... unpack -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(echarty) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > test_check("echarty") isCovr= Ashe,Alleghany,Surry,Currituck,Northampton,Hertford,Camden,Gates,Warren,Stokes,Caswell,Rockingham,Granville,Person,Vance,Halifax,Pasquotank,Wilkes,Watauga,Perquimans,Chowan,Avery,Yadkin,Franklin,Forsyth,Guilford,Alamance,Bertie,Orange,Durham,Nash,Mitchell,Edgecombe,Caldwell,Yancey,Martin,Wake,Madison,Iredell,Davie,Alexander,Davidson,Burke,Washington,Tyrrell,McDowell,Randolph,Chatham,Wilson,Rowan,Pitt,Catawba,Buncombe,Johnston,Haywood,Dare,Beaufort,Swain,Greene,Lee,Rutherford,Wayne,Harnett,Cleveland,Lincoln,Jackson,Moore,Mecklenburg,Cabarrus,Montgomery,Stanly,Henderson,Graham,Lenoir,Transylvania,Gaston,Polk,Macon,Sampson,Pamlico,Cherokee,Cumberland,Jones,Union,Anson,Hoke,Hyde,Duplin,Richmond,Clay,Craven,Scotland,Onslow,Robeson,Carteret,Bladen,Pender,Columbus,New Hanover,Brunswick, series: 108 records: 2529 1, series: 1 records: 3 1, series: 1 records: 2 Saving _problems/test-ec.util-253.R Saving _problems/test-ec.util-523.R Saving _problems/test-other-416.R Saving _problems/test-presets-257.R encode$data$value: speed dist hard values: TRUE axad= 2 colX= 1 colY= 2 colp= 1 2 ctyp= value value cnames= label⁛formatter⁛ dist itemStyle⁛color⁛ itemStyle⁛opacity⁛ value series= 1 scatter= axad= 2 colX= 2 colY= 1 colp= 2 1 ctyp= category value cnames= value series= 1 scatter= geoJSON has 5 features geoJSON has 5 features[ FAIL 4 | WARN 3 | SKIP 0 | PASS 365 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ec.util.R:253:3'): lottie ────────────────────────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://helgasoft.github.io/echarty/js/spooky-ghost.json' Backtrace: ▆ 1. └─jsonlite::fromJSON(json, simplifyDataFrame = FALSE) at test-ec.util.R:253:3 2. └─jsonlite:::parse_and_simplify(...) 3. └─jsonlite:::parseJSON(txt, bigint_as_char) 4. └─jsonlite:::parse_con(txt, bigint_as_char) 5. ├─base::open(con, "rb") 6. └─base::open.connection(con, "rb") ── Error ('test-ec.util.R:523:3'): ec.inspect and ec.fromJson ────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://helgasoft.github.io/echarty/test/pfull.json' Backtrace: ▆ 1. └─echarty::ec.fromJson("https://helgasoft.github.io/echarty/test/pfull.json") at test-ec.util.R:523:3 2. └─jsonlite::unserializeJSON(url(txt)) 3. ├─jsonlite:::unpack(parseJSON(txt)) 4. └─jsonlite:::parseJSON(txt) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Failure ('test-other.R:416:3'): mostly for coverage ───────────────────────── Expected `p$x$opts$series[[1]]$type` to equal "scatter". Differences: target is NULL, current is character ── Error ('test-presets.R:257:3'): presets for lottieParser and ecStat ───────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://helgasoft.github.io/echarty/test/pinJump.json' Backtrace: ▆ 1. └─jsonlite::fromJSON(url, simplifyDataFrame = FALSE) at test-presets.R:257:3 2. └─jsonlite:::parse_and_simplify(...) 3. └─jsonlite:::parseJSON(txt, bigint_as_char) 4. └─jsonlite:::parse_con(txt, bigint_as_char) 5. ├─base::open(con, "rb") 6. └─base::open.connection(con, "rb") [ FAIL 4 | WARN 3 | SKIP 0 | PASS 365 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.