CRAN Package Check Results for Package c3

Last updated on 2026-06-08 19:50:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 8.25 72.22 80.47 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.0 4.80 48.65 53.45 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 13.00 111.99 124.99 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.0 12.00 121.92 133.92 NOTE
r-devel-windows-x86_64 0.3.0 12.00 87.00 99.00 NOTE
r-patched-linux-x86_64 0.3.0 5.81 66.19 72.00 NOTE
r-release-linux-x86_64 0.3.0 6.60 65.84 72.44 NOTE
r-release-macos-arm64 0.3.0 2.00 25.00 27.00 NOTE
r-release-macos-x86_64 0.3.0 5.00 90.00 95.00 NOTE
r-release-windows-x86_64 0.3.0 10.00 88.00 98.00 NOTE
r-oldrel-macos-arm64 0.3.0 NOTE
r-oldrel-macos-x86_64 0.3.0 4.00 62.00 66.00 NOTE
r-oldrel-windows-x86_64 0.3.0 13.00 106.00 119.00 NOTE

Check Details

Version: 0.3.0
Check: Rd files
Result: NOTE checkRd: (-1) c3.Rd:28: Lost braces in \itemize; meant \describe ? checkRd: (-1) c3_gauge.Rd:17: Lost braces in \itemize; meant \describe ? checkRd: (-1) c3_gauge.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) c3_gauge.Rd:33: Lost braces in \itemize; meant \describe ? checkRd: (-1) c3_gauge.Rd:34: Lost braces in \itemize; meant \describe ? checkRd: (-1) c3_gauge.Rd:35: Lost braces in \itemize; meant \describe ? checkRd: (-1) grid.c3.Rd:22: Lost braces in \itemize; meant \describe ? checkRd: (-1) grid.c3.Rd:23: Lost braces in \itemize; meant \describe ? checkRd: (-1) grid.c3.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) grid.c3.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:23: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:26: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:31: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:32: Lost braces in \itemize; meant \describe ? checkRd: (-1) legend.c3.Rd:33: Lost braces in \itemize; meant \describe ? checkRd: (-1) region.c3.Rd:17: Lost braces in \itemize; meant \describe ? checkRd: (-1) region.c3.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) region.c3.Rd:19: Lost braces in \itemize; meant \describe ? checkRd: (-1) region.c3.Rd:20: Lost braces in \itemize; meant \describe ? checkRd: (-1) tooltip.c3.Rd:23: Lost braces in \itemize; meant \describe ? checkRd: (-1) tooltip.c3.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) tooltip.c3.Rd:25: Lost braces in \itemize; meant \describe ? checkRd: (-1) xAxis.c3.Rd:55: Lost braces in \itemize; meant \describe ? checkRd: (-1) xAxis.c3.Rd:56: Lost braces in \itemize; meant \describe ? checkRd: (-1) xAxis.c3.Rd:65: Lost braces in \itemize; meant \describe ? checkRd: (-1) xAxis.c3.Rd:66: Lost braces in \itemize; meant \describe ? Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.3.0
Check: R code for possible problems
Result: NOTE Warning in file(open = "w+") : cannot open file '/tmp/RtmpHFBwAo/Rf2acbbc26fa03ca': No space left on device Error in file(open = "w+") : cannot open the connection Calls: <Anonymous> -> .load_namespace_quietly -> .try_quietly -> file Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: examples
Result: ERROR Running examples in ‘c3-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: region > ### Title: Modify region elements on both x and y axis > ### Aliases: region region.c3 > > ### ** Examples > > iris %>% + c3(x = 'Sepal_Length', y = 'Sepal_Width', group = 'Species') %>% + c3_scatter() %>% + region(data.frame(axis = 'x', + start = 5, + end = 6)) Warning in file.create(to[okay]) : cannot create file 'lib/htmlwidgets-1.6.4/htmlwidgets.js', reason 'No space left on device' Warning in dir.create(target_dir) : cannot create dir 'lib/d3-5.15.0', reason 'No space left on device' Error in normalizePath(target_dir, "/", TRUE) : path[1]="lib/d3-5.15.0": No such file or directory Calls: <Anonymous> ... lapply -> FUN -> copyDependencyToDir -> normalizePath Execution halted Flavor: r-devel-linux-x86_64-debian-gcc