CRAN Package Check Results for Package echarty

Last updated on 2026-06-08 08:53:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.2 7.22 72.86 80.08 OK
r-devel-linux-x86_64-debian-gcc 1.7.2 3.95 48.75 52.70 ERROR
r-devel-linux-x86_64-fedora-clang 1.7.2 12.00 111.44 123.44 OK
r-devel-linux-x86_64-fedora-gcc 1.7.2 12.00 119.31 131.31 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.69 68.73 75.42 OK
r-release-linux-x86_64 1.7.2 7.17 68.50 75.67 OK
r-release-macos-arm64 1.7.2 2.00 42.00 44.00 OK
r-release-macos-x86_64 1.7.2 5.00 106.00 111.00 OK
r-release-windows-x86_64 1.7.2 9.00 92.00 101.00 OK
r-oldrel-macos-arm64 1.7.2 2.00 37.00 39.00 OK
r-oldrel-macos-x86_64 1.7.2 5.00 87.00 92.00 OK
r-oldrel-windows-x86_64 1.7.2 13.00 115.00 128.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 file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) : problem copying /tmp/RtmpY216JQ/RLIBS_46b8e2fcd25ab/leaflet/htmlwidgets/lib/leaflet/images/marker-icon.png to lib/leaflet-1.3.1/images/marker-icon.png: No space left on device Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) : problem copying /tmp/RtmpY216JQ/RLIBS_46b8e2fcd25ab/leaflet/htmlwidgets/lib/leaflet/images/layers.png to lib/leaflet-1.3.1/images/layers.png: No space left on device Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) : problem copying /tmp/RtmpY216JQ/RLIBS_46b8e2fcd25ab/leaflet/htmlwidgets/lib/leaflet/images/marker-icon-2x.png to lib/leaflet-1.3.1/images/marker-icon-2x.png: No space left on device Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) : problem copying /tmp/RtmpY216JQ/RLIBS_46b8e2fcd25ab/leaflet/htmlwidgets/lib/leaflet/images/marker-shadow.png to lib/leaflet-1.3.1/images/marker-shadow.png: No space left on device Warning in file.create(to[okay]) : cannot create file 'lib/leaflet-1.3.1/leaflet.css', reason 'No space left on device' Warning in file.create(to[okay]) : cannot create file 'lib/leaflet-1.3.1/leaflet.js', reason 'No space left on device' Warning in dir.create(target_dir) : cannot create dir 'lib/echarts-leaflet-1.0.0', reason 'No space left on device' Error in normalizePath(target_dir, "/", TRUE) : path[1]="lib/echarts-leaflet-1.0.0": No such file or directory Calls: <Anonymous> ... lapply -> FUN -> copyDependencyToDir -> normalizePath Execution halted Flavor: r-devel-linux-x86_64-debian-gcc