Skip to content
Snippets Groups Projects
Commit 4f5aa37c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

also show capabilities

parent 96984ed1
No related branches found
No related tags found
No related merge requests found
Pipeline #103075 passed
...@@ -73,6 +73,7 @@ server <- function(input, output) { ...@@ -73,6 +73,7 @@ server <- function(input, output) {
output$mySessionInfo <- renderPrint({ output$mySessionInfo <- renderPrint({
capture.output(sessionInfo()) capture.output(sessionInfo())
capture.output(capabilities())
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment