Riksrevisjonen / pioneeR

R package for running a Shiny app for DEA analysis
https://riksrevisjonen.github.io/pioneeR/
8 stars 2 forks source link

44 UI breaks #52

Closed ohjakobsen closed 11 months ago

ohjakobsen commented 11 months ago

This PR should be tested with bslib 0.5.1 and 0.6.1 (the current version). Notably check that all inputs and outputs work as expected and that the UI does not break on a normal desktop display.

To install bslib 0.5.1:

remotes::install_github('rstudio/bslib@v0.5.1')

I recommend using a standard data set, like so:

run_pioneer(deaR::Electric_plants, port = 7859)