Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
    • Todor Kondic's avatar
      Introduce modular reactive values/functions concept · c073fe13
      Todor Kondic authored
      Because we decided to split the server and UI definitions into
      separate "modules", we also needed to create a way for different
      modules to exchange their reactive values and functions.
      
      In this regard, each module is going to have two server-like
      functions, react_module-name_f and react_module-name_v, which will
      define and return reactive functions and objects, respectively. Each
      such function is server-like, i.e. it will take input, output and
      session arguments. The two remaining arguments are rv and rf, for the
      input reactive values and functions.
      
      * R/shiny-ui-config.R(react_conf_v): New function.
        Add conf-related reactive values.
      
        (react_vonf_f): New function. Add conf-related reactive functions.
      
        (server_conf): Update observers.
      
      * R/shiny-ui-top.R(server): Adapt to the new concept.
      c073fe13
    • Todor Kondic's avatar
      R/shiny-ui-base.R: Update wrappers · 7bb9ece5
      Todor Kondic authored
      * R/shiny-ui-base.R(react_v,react_f,react_e, obsrv, vols): New
        functions.
        Wrap functions that are used a lot.
      
      * R/shiny-ui-base.R(path2vol): New function.
      7bb9ece5
    • Todor Kondic's avatar
      R/resources.R: Add defaults for conf · 101570a4
      Todor Kondic authored
      101570a4
    • Todor Kondic's avatar
      R/shiny-ui-config.R: GUI config specification · 02879ad1
      Todor Kondic authored
      * R/shiny-ui-config.R: New file.
        It will contain everything related to the configuration tab of the
        former shinyUI.R
      
      * R/shiny-ui-top.R: Updated with the config plug-in.
      
      * DESCRIPTION: Updated.
      02879ad1
    • Todor Kondic's avatar
      R/shinyUI.R, R/shiny-ui-base.R, R/shiny-ui-top.R: Restructuring GUI · e04e2270
      Todor Kondic authored
      * R/shinyUI.R: Removed.
        A monolithic file that became difficult to maintain.
      
      * R/shiny-ui-top.R: New file. Contains top-level server and interface
        functions.
      
      (mk_ui): New function. Replace old mkUI and serve as a top-level user
      interface definition function.
      
      (mk_shinyscreen): Removed most of it. Only the top-level content
      remains.
      
      * DESCRIPTION: Updated.
      
      * R/shiny-ui-base.R: New file. Shiny wrappers.
      e04e2270
  2. Apr 29, 2020
  3. Apr 27, 2020
  4. Mar 18, 2020
  5. Mar 13, 2020
  6. Mar 11, 2020
  7. Mar 10, 2020
  8. Mar 09, 2020
  9. Mar 06, 2020
Loading