Skip to content

Commit 82a60dc

Browse files
committed
expand info
1 parent c43acd8 commit 82a60dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

inst/app/modules/info/mod_info_ui.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ mod_info_server <- function(id) {
2525
ns <- session$ns
2626

2727
output$version_text <- renderText({
28-
paste("bcts version:", as.character(utils::packageVersion("bcts")))
28+
paste(
29+
"bcts version:", as.character(utils::packageVersion("bcts")),
30+
"\nR version:", R.version.string,
31+
"\nPlatform:", R.version$platform
32+
)
2933
})
3034
})
3135
}

0 commit comments

Comments
 (0)