Last updated on 2025-06-25 05:50:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.36 | 25.44 | 27.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.80 | 19.72 | 21.52 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 40.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 38.29 | OK | |||
r-devel-windows-x86_64 | 1.2 | 4.00 | 52.00 | 56.00 | OK | |
r-patched-linux-x86_64 | 1.2 | 3.30 | 22.30 | 25.60 | OK | |
r-release-linux-x86_64 | 1.2 | 2.26 | 22.41 | 24.67 | 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 | 58.00 | 63.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-06-24 18:06:17] [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