Appsilon / shiny.info

Display simple diagnostic info of your Shiny app
https://appsilon.github.io/shiny.info/
Other
61 stars 8 forks source link

[Feature]: Display session info #62

Open pawelru opened 1 year ago

pawelru commented 1 year ago

Guidelines

Description

As an app user In order to troubleshoot from within the app in case of errors I want to know what packages are installed in which version - sessionInfo() output

Problem

as outlined above - efficient troubleshoot from within the app in case of errors

Proposed Solution

I am aware that the output is long therefore I propose it to be a separate modal opened by a button/link placed inside the shiny.info window.

Alternatives Considered

An alternative solution (that would address not only this feature request) is to allow me (developer) to add it. I would love to be able to be able to fully customize UI appearance of that panel element and also add/modify the Server logic (possibly via shiny modules) of that functionality you provided.