Riksrevisjonen / pioneeR

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

App should return list of pioneer_dea objects #95

Open ohjakobsen opened 6 months ago

ohjakobsen commented 6 months ago

The app supports returning one or several models when the user clicks the quit button within the app. As of now, this is a custom list created within the app. With the advent of the new S3 classes, the app should return relevant objects based on these classes. This might require some rework of the internal logic in the app, as we currently are not using the high level compute_dea() function to create model objects.