CRAN Package Check Results for Package reactable

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.5 3.35 49.69 53.04 OK
r-devel-linux-x86_64-debian-gcc 0.4.5 2.71 35.40 38.11 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.5 79.63 OK
r-devel-linux-x86_64-fedora-gcc 0.4.5 7.00 77.49 84.49 OK
r-devel-windows-x86_64 0.4.5 8.00 68.00 76.00 OK
r-patched-linux-x86_64 0.4.5 3.78 43.50 47.28 OK
r-release-linux-x86_64 0.4.5 3.23 43.56 46.79 OK
r-release-macos-arm64 0.4.5 1.00 15.00 16.00 OK
r-release-macos-x86_64 0.4.5 3.00 66.00 69.00 OK
r-release-windows-x86_64 0.4.5 7.00 70.00 77.00 OK
r-oldrel-macos-arm64 0.4.5 1.00 14.00 15.00 OK
r-oldrel-macos-x86_64 0.4.5 3.00 61.00 64.00 OK
r-oldrel-windows-x86_64 0.4.5 9.00 77.00 86.00 OK

Check Details

Version: 0.4.5
Check: examples
Result: ERROR Running examples in ‘reactable-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: reactableLang > ### Title: Language options > ### Aliases: reactableLang > > ### ** Examples > > reactable( + iris[1:30, ], + searchable = TRUE, + paginationType = "simple", + language = reactableLang( + searchPlaceholder = "Search...", + noData = "No entries found", + pageInfo = "{rowStart}\u2013{rowEnd} of {rows} entries", + pagePrevious = "\u276e", + pageNext = "\u276f", + + # Accessible labels for assistive technology, such as screen readers + pagePreviousLabel = "Previous page", + pageNextLabel = "Next page" + ) + ) Warning in dir.create(www_dir) : cannot create dir '/tmp/Rtmp1RawLc/viewhtml12c5c973d318cb', reason 'No space left on device' Error in normalizePath(dirname(file), mustWork = TRUE) : path[1]="/tmp/Rtmp1RawLc/viewhtml12c5c973d318cb": No such file or directory Calls: <Anonymous> ... html_print -> save_html -> save_html.default -> normalizePath Execution halted Flavor: r-devel-linux-x86_64-debian-gcc