Last updated on 2026-06-07 21:51:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 7.06 | 70.38 | 77.44 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 5.32 | 49.35 | 54.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 12.00 | 105.27 | 117.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 12.00 | 100.73 | 112.73 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 10.00 | 85.00 | 95.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 6.84 | 63.96 | 70.80 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 6.21 | 64.79 | 71.00 | OK | |
| r-release-macos-arm64 | 1.2.0 | 2.00 | 18.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 1.2.0 | 6.00 | 67.00 | 73.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 12.00 | 86.00 | 98.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 2.00 | 18.00 | 20.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.0 | 6.00 | 73.00 | 79.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 15.00 | 103.00 | 118.00 | OK |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘fusionchartsR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fusionDiv
> ### Title: Adding FusionCharts Div & Grid
> ### Aliases: fusionDiv
>
> ### ** Examples
>
> library(fusionchartsR)
> df <- data.frame(label = c("Venezuela", "Saudi", "Canada", "Russia"), value = c(290, 260, 180, 115))
> df %>%
+ fusionPlot(x = "label", y = "value", type = "column2d") %>%
+ fusionDiv(divLineColor = "#6699cc", divLineAlpha = "60", divLineDashed = TRUE) %>%
+ fusionTheme(theme = "fusion")
Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) :
problem copying /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/fusionchartsR/htmlwidgets/lib/fusioncharts-4.2.0/js/fusioncharts.overlappedbar2d.js to lib/fusioncharts-4.2.0/js/fusioncharts.overlappedbar2d.js: No space left on device
Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) :
problem copying /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/fusionchartsR/htmlwidgets/lib/fusioncharts-4.2.0/js/fusioncharts.vml.js to lib/fusioncharts-4.2.0/js/fusioncharts.vml.js: No space left on device
Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) :
problem copying /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/fusionchartsR/htmlwidgets/lib/fusioncharts-4.2.0/js/fusioncharts.zoomscatter.js to lib/fusioncharts-4.2.0/js/fusioncharts.zoomscatter.js: No space left on device
Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) :
problem copying /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/fusionchartsR/htmlwidgets/lib/fusioncharts-4.2.0/js/fusioncharts.maps.js to lib/fusioncharts-4.2.0/js/fusioncharts.maps.js: No space left on device
Warning in dir.create(target_dir) :
cannot create dir 'lib/fusionPlot-binding-1.2.0', reason 'No space left on device'
Error in normalizePath(target_dir, "/", TRUE) :
path[1]="lib/fusionPlot-binding-1.2.0": No such file or directory
Calls: <Anonymous> ... lapply -> FUN -> copyDependencyToDir -> normalizePath
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc