CRAN Package Check Results for Maintainer ‘Victor Perrier <victor.perrier at dreamrs.fr>’

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

Package FAIL ERROR WARN NOTE OK
apexcharter 13
billboarder 1 12
datamods 1 12
esquisse 1 12
fresh 1 12
gfonts 1 12
phosphoricons 1 12
shinybusy 1 12
shinylogs 12 1
shinyWidgets 1 12
toastui 1 12
vchartr 1 12

Package apexcharter

Current CRAN status: OK: 13

Package billboarder

Current CRAN status: FAIL: 1, OK: 12

Version: 0.5.1
Check: CRAN incoming feasibility
Result: FAIL
Flavor: r-devel-linux-x86_64-debian-gcc

Package datamods

Current CRAN status: ERROR: 1, OK: 12

Version: 1.5.3
Check: package dependencies
Result: ERROR Packages required but not available: 'rio', 'toastui' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package esquisse

Current CRAN status: ERROR: 1, OK: 12

Version: 2.1.0
Check: package dependencies
Result: ERROR Package required but not available: ‘datamods’ Packages suggested but not available for checking: 'officer', 'rvg', 'rio', 'plotly' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package fresh

Current CRAN status: WARN: 1, OK: 12

Version: 0.2.2
Check: for unstated dependencies in examples
Result: WARN Warning in dir.create(filedir) : cannot create dir '/tmp/Rtmp4DGoVQ/filefe44b4659ea7c', reason 'No space left on device' Warning in file(out, "wt") : cannot open file '/tmp/Rtmp4DGoVQ/filefe44b4659ea7c/adminlte_color.R': No such file or directory Error in file(out, "wt") : cannot open the connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package gfonts

Current CRAN status: ERROR: 1, NOTE: 12

Version: 0.2.0
Check: Rd files
Result: NOTE checkRd: (-1) gfonts.Rd:8: Lost braces; missing escapes or markup? 8 | Download Google fonts and generate CSS to use in {rmarkdown} documents and | ^ checkRd: (-1) gfonts.Rd:9: Lost braces; missing escapes or markup? 9 | {shiny} applications. Some popular fonts are included and ready to use. | ^ checkRd: (-1) use_pkg_gfont.Rd:5: Lost braces; missing escapes or markup? 5 | \title{Use a Google Font included in {gfonts}} | ^ 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.2.0
Check: examples
Result: ERROR Running massageExamples to create ‘gfonts-Ex.R’ failed Error in file(out, "wt") : cannot open the connection Calls: <Anonymous> -> Rd2ex -> file In addition: Warning message: In file(out, "wt") : cannot open file '/tmp/RtmpbDFQzz/file14fe3a5203a867/use_pkg_gfont.R': No space left on device Execution halted NONE Flavor: r-devel-linux-x86_64-debian-gcc

Package phosphoricons

Current CRAN status: NOTE: 1, OK: 12

Version: 0.2.1
Check: R code for possible problems
Result: NOTE Found the following possibly unsafe calls: Fatal error: cannot create 'R_TempDir' Flavor: r-devel-linux-x86_64-debian-gcc

Package shinybusy

Current CRAN status: ERROR: 1, OK: 12

Version: 0.3.3
Check: PDF version of manual
Result: ERROR Rd conversion errors: Converting parsed Rd's to LaTeX .Warning in file(out, "wt") : cannot open file '/tmp/Rtmpbs86ef/ltx21d2ff3d990c98/modal-gif.tex': No space left on device Error in file(out, "wt") : cannot open the connection Flavor: r-devel-linux-x86_64-debian-gcc

Package shinylogs

Current CRAN status: NOTE: 12, OK: 1

Version: 0.2.1
Check: Rd files
Result: NOTE checkRd: (-1) store_googledrive.Rd:19: Lost braces; missing escapes or markup? 19 | See the {gargle} package to manage authentication, and especially | ^ checkRd: (-1) store_googledrive.Rd:20: Lost braces; missing escapes or markup? 20 | \href{https://gargle.r-lib.org/articles/articles/managing-tokens-securely.html}{this vignette from {gargle} package} to manage the process. | ^ Flavors: r-devel-linux-x86_64-debian-clang, 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

Package shinyWidgets

Current CRAN status: FAIL: 1, OK: 12

Version: 0.9.1
Check: DESCRIPTION meta-information
Result: FAIL
Flavor: r-devel-linux-x86_64-debian-gcc

Package toastui

Current CRAN status: ERROR: 1, OK: 12

Version: 0.4.0
Check: whether package can be installed
Result: ERROR install log ‘’ does not exist Flavor: r-devel-linux-x86_64-debian-gcc

Package vchartr

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.5
Check: examples
Result: ERROR Running examples in ‘vchartr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mark-line > ### Title: Add an horizontal or vertical line to a chart > ### Aliases: mark-line v_mark_vline v_mark_hline v_mark_segment > > ### ** Examples > > > library(vchartr) > > # Vertical line > vchart(meteo_paris) %>% + v_line(aes(month, temperature_avg)) %>% + v_mark_vline(x = "May") > > # Vertical lines with labels > vchart(meteo_paris) %>% + v_line(aes(month, temperature_avg)) %>% + v_mark_vline( + x = c("May", "September"), + .label.text = c("May", "September") + ) > > # Horizontal line > vchart(meteo_paris) %>% + v_line(aes(month, temperature_avg)) %>% + v_mark_hline(y = 12) > > # Both horizontal and vertical lines > vchart(meteo_paris) %>% + v_line(aes(month, temperature_avg)) %>% + v_mark_vline(x = "May") %>% + v_mark_hline(y = 12) > > # lines on a scatter plot > vchart(cars) %>% + v_scatter(aes(speed, dist)) %>% + v_mark_vline(x = mean(cars$speed)) %>% + v_mark_hline(y = mean(cars$dist)) Warning in file.create(to[okay]) : cannot create file 'lib/vchart-binding-0.1.5/vchart.js', reason 'No space left on device' Warning in base::file(file, open = "w+b") : cannot open file '/tmp/RtmpWvGMxp/viewhtml32aec0735d08fd/index.html': No space left on device Error in base::file(file, open = "w+b") : cannot open the connection Calls: <Anonymous> ... html_print -> save_html -> save_html.default -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc