CRAN Package Check Results for Package shinyChatR

Last updated on 2026-06-08 02:51:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 6.44 48.44 54.88 OK
r-devel-linux-x86_64-debian-gcc 1.2.0 5.27 4.39 9.66 FAIL
r-devel-linux-x86_64-fedora-clang 1.2.0 11.00 75.56 86.56 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 11.00 81.97 92.97 OK
r-devel-windows-x86_64 1.2.0 10.00 65.00 75.00 OK
r-patched-linux-x86_64 1.2.0 5.31 44.50 49.81 OK
r-release-linux-x86_64 1.2.0 5.75 44.17 49.92 OK
r-release-macos-arm64 1.2.0 2.00 18.00 20.00 OK
r-release-macos-x86_64 1.2.0 5.00 72.00 77.00 OK
r-release-windows-x86_64 1.2.0 10.00 64.00 74.00 ERROR
r-oldrel-macos-arm64 1.2.0 OK
r-oldrel-macos-x86_64 1.2.0 4.00 97.00 101.00 OK
r-oldrel-windows-x86_64 1.2.0 12.00 80.00 92.00 OK

Check Details

Version: 1.2.0
Check: top-level files
Result: WARN Conversion of ‘NEWS.md’ failed: pandoc: /tmp/RtmpYJhUAW/pandoc2104741c02b251.html: withFile: resource exhausted (No space left on device) HasCallStack backtrace: collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: code files for non-ASCII characters
Result: FAIL
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(shinyChatR) > > test_check("shinyChatR") Loading required package: shiny Der Befehl "tail" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Saving _problems/test-chat-55.R [ FAIL 1 | WARN 1 | SKIP 3 | PASS 3 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-chat.R:2:1', 'test-utils.R:1:1', 'test-utils.R:6:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-chat.R:49:3'): Chat Server with csv file ─────────────────────── Error in `data.table::fread(cmd = paste0("tail -", self$nlast, " '", self$csv_path, "'"))`: External command failed with exit code 1. This can happen when the disk is full in the temporary directory ('D:\temp\2026_06_06_01_50_00_18785\Rtmpw7odDd'). See ?fread for the tmpdir argument. Backtrace: ▆ 1. ├─shiny::testServer(...) at test-chat.R:49:3 2. │ ├─shiny:::withMockContext(session, rlang::exec(app, !!!args)) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny:::with_otel_span_context(...) 13. │ │ │ │ └─base::force(expr) 14. │ │ │ ├─shiny::captureStackTraces(...) 15. │ │ │ │ └─promises::with_promise_domain(...) 16. │ │ │ │ └─domain$wrapSync(expr) 17. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 18. │ │ │ └─env$runWith(self, func) 19. │ │ │ └─shiny (local) contextFunc() 20. │ │ │ └─shiny::..stacktraceon..(expr) 21. │ │ ├─shiny::withReactiveDomain(...) 22. │ │ │ └─promises::with_promise_domain(...) 23. │ │ │ └─domain$wrapSync(expr) 24. │ │ │ └─base::force(expr) 25. │ │ └─withr::with_options(...) 26. │ │ └─base::force(code) 27. │ ├─rlang::exec(app, !!!args) 28. │ └─shinyChatR (local) `<fn>`(...) 29. │ └─shiny::moduleServer(...) 30. │ ├─session$setReturned(callModule(module, id, session = session)) 31. │ └─shiny::callModule(module, id, session = session) 32. │ ├─shiny::withReactiveDomain(...) 33. │ │ └─promises::with_promise_domain(...) 34. │ │ └─domain$wrapSync(expr) 35. │ │ └─base::force(expr) 36. │ └─shinyChatR (local) module(childScope$input, childScope$output, childScope, ...) 37. │ ├─c("text", "user", "time") %in% names(ChatData$get_data()) 38. │ └─ChatData$get_data() 39. │ ├─data.table::setnames(...) 40. │ │ └─base::is.data.frame(x) 41. │ └─data.table::fread(...) 42. │ └─data.table:::stopf(...) 43. │ └─data.table:::raise_condition(...) 44. │ └─base (local) signal(obj) 45. └─shiny (local) `<fn>`(`<S3: simpleError>`) [ FAIL 1 | WARN 1 | SKIP 3 | PASS 3 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64