Last updated on 2026-09-17 17:50:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 2.38 | 28.94 | 31.32 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2 | 1.80 | 23.31 | 25.11 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2 | 19.56 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2 | 19.40 | OK | |||
| r-devel-windows-x86_64 | 1.2 | 4.00 | 55.00 | 59.00 | OK | |
| r-patched-linux-x86_64 | 1.2 | 3.67 | 25.98 | 29.65 | OK | |
| r-release-linux-x86_64 | 1.2 | 2.19 | 25.63 | 27.82 | OK | |
| r-release-macos-arm64 | 1.2 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 1.2 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-windows-x86_64 | 1.2 | 5.00 | 56.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2 | 2.00 | 28.00 | 30.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2 | 5.00 | 59.00 | 64.00 | ERROR |
Version: 1.2
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘framework.shinylightFrameworkStart.Rd’ ‘shinylight.call.Rd’
‘shinylight.makeTable.Rd’ ‘shinylight.passToOther.Rd’
‘shinylight.runR.Rd’ ‘shinylight.setElementJson.Rd’
‘shinylight.setElementPlot.Rd’ ‘shinylight.setElementText.Rd’
‘shinylight.setGridResult.Rd’
‘shinylight.setGridResultWithNamedRows.Rd’ ‘toolkit.all.Rd’
‘toolkit.any.Rd’ ‘toolkit.banner.Rd’ ‘toolkit.button.Rd’
‘toolkit.deref.Rd’ ‘toolkit.footer.Rd’ ‘toolkit.forEach.Rd’
‘toolkit.groupTitle.Rd’ ‘toolkit.header.Rd’ ‘toolkit.image.Rd’
‘toolkit.leftSideBar.Rd’ ‘toolkit.loadFileButton.Rd’
‘toolkit.makeLabel.Rd’ ‘toolkit.nonScrollingWrapper.Rd’
‘toolkit.overlay.Rd’ ‘toolkit.pages.Rd’ ‘toolkit.paramBoolean.Rd’
‘toolkit.paramColor.Rd’ ‘toolkit.paramFloat.Rd’
‘toolkit.paramInteger.Rd’ ‘toolkit.paramSelector.Rd’
‘toolkit.paramText.Rd’ ‘toolkit.preformattedText.Rd’
‘toolkit.rightSideBar.Rd’ ‘toolkit.scrollingWrapper.Rd’
‘toolkit.setAsBody.Rd’ ‘toolkit.stack.Rd’ ‘toolkit.staticText.Rd’
‘toolkit.verticalDivide.Rd’ ‘toolkit.whenQuiet.Rd’
‘toolkit.withTimeout.Rd’
\arguments should not be documented without \usage.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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