Closed sythel closed 6 years ago
The problem is the variables passed to the function quoted below isn't set until an input button update is fired.
line 180 of server.R
RawCriteriaMatrix <- data.frame(cbind(Fish, Rec, Res, Cost, Safe, Houses, Power))
so lines ~180 -> ~190 need to be fixed.
moved all matrix logic to generateMatrix event Listener and changed the button on the output page to be "Generate". Added all output code outside of function inside so there is no need for setting an inital value for Fish, etc.
changes made in commit 3759c28 branch matrix_bug
closing #1