ddalthorp / GenEst

R package development for a generalized mortality estimator
Other
6 stars 6 forks source link

v1.0.2.1 #611

Closed juniperlsimonis closed 6 years ago

juniperlsimonis commented 6 years ago

patching bugs

  1. issue with the splits messaging not being displayed (#609). was a location-within-conditional issue
  2. output not being always up to date (oddly, model tables and figures would be a model behind sometimes). was an issue with the objects not being suspended when hidden, which they should be. using the moddone objects for the conditionals instead
  3. the output wasn't being properly cleared with each new model run, and so if a model failed, you'd still have the output from the previous model (#610). not everything had gotten ported over associated with the clearing of the output at the outset of every new model run

in addition, some code tidying: removing vestigial function: disclaimers (has been replaced by disclaimerUSGS and disclaimerWEST) removing all references and uses of kfill in the GUI. in the situations where there was remaining utility (i.e. noting when k wasnt set in the SE model and someone is interested in M or g), kFillNeed and setkFillNeed are now kNeed and setkNeed updated vignette