Skip to content

Releases: john-harrold/formods

v0.2.0

08 Jan 02:27
Compare
Choose a tag to compare

formods 0.2.0

Release Notes

  • Created preload functionality to allow modules to save to and be loaded from yaml files.
  • Updated the ZZ_Server.R to include save/load of preload yaml files.
  • Updated the save/load functionality for the ASM module to switch to use this functionality (this breaks the previous save methodology.)
  • Creating workflows to automate analysis initialization .
  • Updated FM_compact.R test app to use the preload script in an unzipped saved
    analysis.
  • Created is_shiny() function.
  • Created run_formods() function to run the test app.

formods v0.1.7

24 Sep 01:21
Compare
Choose a tag to compare
  • Added word placeholders to the UI so the user can change them when generating reports/saving the app state.
  • Fixed issue with has_updated() where zero values from ui inputs were not taking effect because of a special case with buttons. This requires an is_button=TRUE argument for buttons.
  • Updated the ZZ_Server.R template to use has_updated()