Riksrevisjonen / pioneeR

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

Hotfix for bug as reported in #98. #99

Closed ohjakobsen closed 6 months ago

ohjakobsen commented 6 months ago

The PR should close the bug as reported in #98 where the Compare tab will fail because of NULL values in the model parameters. While this PR restores the compare-functionality, it is not the optimal solution. A better long term solution is to record and return S3-objects in the same way as the exported compare_dea() function. This will also make it easier for the user to work with the object that is returned from the app. See #95 for a description of a long term solution.