CRAN Package Check Results for Package shinylight

Last updated on 2024-07-24 12:21:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 3.15 28.41 31.56 OK
r-devel-linux-x86_64-debian-gcc 1.2 2.21 22.19 24.40 OK
r-devel-linux-x86_64-fedora-clang 1.2 41.79 OK
r-devel-linux-x86_64-fedora-gcc 1.2 39.34 OK
r-devel-windows-x86_64 1.2 5.00 53.00 58.00 OK
r-patched-linux-x86_64 1.2 4.60 27.94 32.54 OK
r-release-linux-x86_64 1.2 3.15 27.10 30.25 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 54.00 59.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