CRAN Package Check Results for Package shinylight

Last updated on 2024-07-29 13:51:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 3.52 28.80 32.32 OK
r-devel-linux-x86_64-debian-gcc 1.2 2.45 22.36 24.81 OK
r-devel-linux-x86_64-fedora-clang 1.2 40.26 OK
r-devel-linux-x86_64-fedora-gcc 1.2 39.34 OK
r-devel-windows-x86_64 1.2 4.00 52.00 56.00 OK
r-patched-linux-x86_64 1.2 OK
r-release-linux-x86_64 1.2 3.10 28.04 31.14 OK
r-release-macos-arm64 1.2 18.00 OK
r-release-macos-x86_64 1.2 25.00 OK
r-release-windows-x86_64 1.2 4.00 53.00 57.00 OK
r-oldrel-macos-arm64 1.2 23.00 OK
r-oldrel-macos-x86_64 1.2 29.00 OK
r-oldrel-windows-x86_64 1.2 5.00 55.00 60.00 ERROR

Check Details

Version: 1.2
Check: examples
Result: ERROR Running examples in 'shinylight-Ex.R' failed The error most likely occurred in: > ### Name: getAddress > ### Title: Obtains the address that the server is listening on > ### Aliases: getAddress > > ### ** Examples > > server <- slServer( + port = 50051, + interface = list( + multiply = function(x, y) { x * y } + ) + ) createTcpServer: permission denied Error in initialize(...) : Failed to create server Calls: slServer ... rrpcServer -> <Anonymous> -> <Anonymous> -> initialize Execution halted Flavor: r-oldrel-windows-x86_64