Closed gaelfortin closed 4 years ago
Currently, if an input is out of boundaries (eg negative age), no warning is given. Thus a check of all entered inputs should be performed when pressing on "Compute prediction".
Done with the shinyalert package and added in the latest commit (ce6d3e8) (I forgot to do it in a branch)
shinyalert
Currently, if an input is out of boundaries (eg negative age), no warning is given. Thus a check of all entered inputs should be performed when pressing on "Compute prediction".