- May 07, 2020
-
-
Todor Kondic authored
* R/shiny-ui-config.R <input$restoreConfB>: list2rev call removed.
-
Todor Kondic authored
-
Todor Kondic authored
* R/shiny-ui-config.R(ctrl2mzml_df, ctrl2mzml): New functions. (get_all_sets): New function. Finally stopped recalculating sets.
-
Todor Kondic authored
* R/shiny-ui-config.R(get_tags_from_txt): Isolating input$tagsInp prevents fireworks.
-
Todor Kondic authored
* R/shiny-ui-config.R(gen_cmpd_inputs): Fix typo.
-
Todor Kondic authored
* R/shiny-ui-base.R(add_mzML_files): Remove. * R/shiny-ui-config.R(add_mzML_files): Add.
-
Todor Kondic authored
* R/resources.R(DISP_MODEMAP): New parameter.
-
Todor Kondic authored
* R/api.R(verify_compounds, vrfy_conf): Updated. * R/api.R(verify_data_df,verify_data): New functions. The first is used if the input is only a data frame.
-
Todor Kondic authored
* R/api.R(vrfy_conf,verify_compounds): Updated.
-
- May 06, 2020
-
-
Todor Kondic authored
The observers are not really new, but is the policy to name the observer in the comments for clarity. * R/shiny-ui-config.R(build-config, build-compounds): New observers. * (gen_cmd_inputs): New reactive function.
-
Todor Kondic authored
R/shiny-ui-config.R(server_conf) <build observer>: Emulate build process from the cmd line flow.
-
Todor Kondic authored
* R/api.R <asserts>: file.exists -> isThingFile
-
- May 05, 2020
-
-
Todor Kondic authored
-
Todor Kondic authored
* R/shiny-ui-base.R(txt2tags,combine_tags): Move to R/shiny-ui-config.R. * R/shiny-ui-config.R(get_tags_from_txt): Turn into reactive from eventReactive. Will it now execute even when button non-pressed? (server_conf) <rv$m observer>: Add tag handling. (server_conf) <mzMLtabCtrl render>: Adapt to new tag handling.
-
Todor Kondic authored
shiny-lessons.org: Lessons learned about Shiny while developing Shinyscreen.
-
Todor Kondic authored
Sorry :)
-
Todor Kondic authored
* R/shiny-ui-base.R(vols,vol_f,volumes): Obsoleted. Removed. (mk_roots): New function. * R/shiny-ui-config.R(get_proj_vol,get_proj_path): Obsoleted. Removed. (server_conf) <shinyFile observers>: Adapt to mk_roots functionality. <input$switchProjB observer>: Same as above.
-
Todor Kondic authored
* R/resources.R(FN_DATA_TAB): New parameter.
-
Todor Kondic authored
* R/resources.R(EMPTY_UNK): -> EMPTY_UNKNOWN
-
Todor Kondic authored
* R/api.R(read_conf): The call of vrfy_conf removed due to some conflicts. Reinstate verification somewhere else. * R/api.R(write_conf): Substitute conf with m argument. (read_conf): Conflicts with the one in R/aip.R, so removed.
-
Todor Kondic authored
* R/api.R(load_data_input): Fix typo.
-
Todor Kondic authored
* R/mix.R(read_conf): Add defaults for mzml, known and unknown. Add tab empty list to out in m.
-
- May 03, 2020
-
-
Todor Kondic authored
* R/shiny-ui-base.R, R/shiny-ui-base.R (rv_lst2lst, lst2rv_lst, rev2list, list2rev): rv_lst2lst -> rev2list, lst2rv_lst -> list2rev * R/shiny-ui-base.R(isol): New function. Alias for isolate.
-
- May 02, 2020
-
-
Todor Kondic authored
* R/shiny-ui-config.R(rf$initial_mzml): New reactive function. (input$mzMLB): New observer. (rv$conf): Updated.
-
Todor Kondic authored
R/shiny-ui-config.R(rf$get_tags_from_txt): New reactive function.
-
Todor Kondic authored
* R/shiny-ui-config.R(rf$get_compounds): New reactive function.
-
Todor Kondic authored
* R/shiny-ui-base.R(add_mzML_files): New function.
-
Todor Kondic authored
* R/shiny-ui-base.R(txt2tags,combine_tags): New functions. Needed for shiny UI processing of mzml table.
-
Todor Kondic authored
* R/resources.R (EMPTY_MZML): New parameter.
-
Todor Kondic authored
* R/mix.R (read_setid): New assertions.
-
Todor Kondic authored
* R/api.R (load_data_input,load_compound_input): New functions. Split the compounds lists loading from data input loading, to better adapt to the way this is used in shiny UI. * R/api.R (load_inputs): Adapted to above
-
Todor Kondic authored
* R/shiny-ui-top.R(rv): Update rv definition.
-
Todor Kondic authored
* R/shiny-ui-config.R(input$restoreConfB): Use load_inputs from the command line way of doing things to read all the inputs. This way, we have the batteries included.
-
Todor Kondic authored
R/shiny-ui-config.R(server_conf): conf is transformed using rv_lst2lst, file parsing is fixed and so on.
-
Todor Kondic authored
* R/shiny-ui-config.R <shinyFileChoose observers>: Replace vs with volumes.
-
Todor Kondic authored
* R/shiny-ui-base.R(conf2rv_conf,lst2rv_lst): Replace conf2rv_conf with lst2rv_lst which is more general and able to work out recursively what needs to be change into a reactive values list.
-
Todor Kondic authored
* R/shiny-ui-base.R(rv_conf2conf,rv_lst2lst): Rename rv_conf2conf to rv_lst2lst and make it universal. Instead of acting on the fixed set of names expected inside conf, crawl through the nested list recursively and to the smart thing.
-
Todor Kondic authored
* R/resources.R(REST_TXT_INP): We probably will not need this.
-
Todor Kondic authored
* R/shiny-ui-top.R(launch): fnConf -> fn_conf
-
Todor Kondic authored
R/shiny-ui-base.R(validate1): Fix.
-