Last updated on 2025-08-22 21:48:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.38 | 27.13 | 29.51 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.65 | 20.74 | 22.39 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 43.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 38.17 | OK | |||
r-devel-windows-x86_64 | 1.2 | 4.00 | 53.00 | 57.00 | OK | |
r-patched-linux-x86_64 | 1.2 | 3.46 | 22.49 | 25.95 | OK | |
r-release-linux-x86_64 | 1.2 | 2.25 | 22.26 | 24.51 | OK | |
r-release-macos-arm64 | 1.2 | 19.00 | OK | |||
r-release-macos-x86_64 | 1.2 | 30.00 | OK | |||
r-release-windows-x86_64 | 1.2 | 4.00 | 55.00 | 59.00 | OK | |
r-oldrel-macos-arm64 | 1.2 | 18.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2 | 25.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2 | 5.00 | 61.00 | 66.00 | OK |
Version: 1.2
Check: examples
Result: ERROR
Running examples in ‘shinylight-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: slServer
> ### Title: Start a ShinyLight server
> ### Aliases: slServer
>
> ### ** Examples
>
> # You can leave out port and daemonize to launch a browser
> # pointing at your server
> server <- slServer(
+ port = 50052,
+ interface = list(
+ multiply = function(x, y) { x * y }
+ )
+ )
createTcpServer: address already in use
[2025-08-22 18:13:51] [error] handle_read_frame error: asio.system:104 (Connection reset by peer)
Error in initialize(...) : Failed to create server
Calls: slServer ... rrpcServer -> <Anonymous> -> <Anonymous> -> initialize
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc