Commits on Source (47)
-
Todor Kondic authoredUnverifiedd10cc4c1
-
Todor Kondic authoredUnverifiedc57cb80b
-
Todor Kondic authoredUnverifiedf5f25c70
-
Todor Kondic authoredUnverified69cdb904
-
Todor Kondic authoredUnverifiede5840d8c
-
Todor Kondic authoredUnverified24e074f5
-
Todor Kondic authored
This completely changes the way tags turned into the levels of the rvTab$mzml table. This way, we can control when the list of tags are synced with the table. Also, empty spaces around tags are trimmed.
Unverified32b30269 -
Todor Kondic authoredUnverified3c4d6c17
-
Todor Kondic authored
One can switch the project, do the extraction, but: the status lamps are wrong (previous project) and plots throw errors.
Unverifiede75d07ad -
Todor Kondic authoredUnverified9614f37b
-
Todor Kondic authoredUnverifieda39fba8b
-
Todor Kondic authoredUnverifiedd733214a
-
Todor Kondic authoredUnverifiedcaea134c
-
Todor Kondic authoredUnverifiedd41f526e
-
Todor Kondic authored
With dir See merge request eci/shinyscreen!24
ab7dfedd -
Todor Kondic authoredUnverified8b2b2023
-
Todor Kondic authoredUnverified5e0c01a6
-
Todor Kondic authored
DESCRIPTION: New dependencies. NAMESPACE: New imports. R/api.R (read_conf,vrfy_conf): New functions.
Unverified6de615c7 -
Todor Kondic authored
api.R (run): New argument. Use withr:with_dir to evaluate inside dir. (run_in_dir): New function. This is where the body will go. (vrfy_conf): New tests.
Unverifieddea2057f -
Todor Kondic authored
* api.R (read_conf): Add a test.
Unverified6dac02ab -
Todor Kondic authoredUnverified5a47c43e
-
Todor Kondic authored
* R/shinyUI.R(launch): New arguments. Added ability to launch in script mode (if GUI=F).
Unverified272a6564 -
Todor Kondic authoredUnverifiedc95fc998
-
Todor Kondic authored
* R/api.R: Validation on compound lists and sets.
Unverifiedeed16682 -
Todor Kondic authored
* R/resources.R: Finally correct mode names.
Unverified88855d6e -
Todor Kondic authored
R/api.R(mk_mzml_tab): This version is script compatible.
Unverified480d28c5 -
Todor Kondic authored
R/api.R (vrfy_conf) : Modified assertions.
Unverifiedcb507396 -
Todor Kondic authoredUnverifiedfdf99a20
-
Todor Kondic authoredUnverified1b9be41c
-
Todor Kondic authoredUnverified68666472
-
Todor Kondic authored
* R/base.R (tab2file,file2tab): Return and write data.table objects. (print_table): New function. Prints a data frame, or a table nicely.
Unverified43b29e7d -
Todor Kondic authored
* R/mix.R(get_set_mode): New function. Replaces and enhances getSetMode. * R/shinyUI.R(getSetMode): Remove getSetMode.
Unverified16963436 -
Todor Kondic authored
R/api.R (mk_comp_tab): New function.
Unverified52e0752e -
Todor Kondic authoredUnverified2ef21efb
-
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.
Unverifiede04e2270 -
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.
Unverified02879ad1 -
Todor Kondic authoredUnverified101570a4
-
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.
Unverified7bb9ece5 -
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.
Unverifiedc073fe13 -
Todor Kondic authoredUnverified18a0c287
-
Todor Kondic authored
* R/shiny-ui-base.R(obsrv_e,validate,vol_f): New wrappers. * R/shiny-ui-config.R(saveConfB): Change default filename and filetype. * R/shiny-ui-config.R(input$saveConfB): New observer.
Unverifieddfddd3a4 -
Todor Kondic authored
* R/mix.R(read_conf): New function. * R/shiny-ui-base.R(conf2rv_conf): New function. In order to save config as yaml function, the reactive form of config must be converted to a list. (input$restoreConfB): New observer. * R/shiny-ui-base.R(server_conf), R/shiny-ui-top.R(server): Now that we update rv inside server_conf, it must return it in some way.
Unverified310434dc -
Todor Kondic authoredUnverified5532a599
-
Todor Kondic authored
* R/api.R(load_inputs): Load known table only if the file exist, because there may be only the unknown compound list.
Unverified1a93437c -
Todor Kondic authored
* R/api.R(vrfy_conf): Clearer file.exist messages.
Unverifiede7403619 -
Todor Kondic authored
* R/resources.R(EMPTY_KNOWN): New variable. Column headers for trivial known compounds table.
Unverifiede6310767 -
Todor Kondic authored
* R/shiny-ui-base.R(validate,validate1): Function validate changed back to shiny original. Introduced validate1 when there is no need for `need'.
Unverified56189455
Showing
- DESCRIPTION 9 additions, 3 deletionsDESCRIPTION
- NAMESPACE 10 additions, 0 deletionsNAMESPACE
- R/api.R 158 additions, 0 deletionsR/api.R
- R/base.R 19 additions, 7 deletionsR/base.R
- R/extraction.R 0 additions, 14 deletionsR/extraction.R
- R/mix.R 62 additions, 52 deletionsR/mix.R
- R/resources.R 26 additions, 6 deletionsR/resources.R
- R/shiny-ui-base.R 105 additions, 0 deletionsR/shiny-ui-base.R
- R/shiny-ui-config.R 198 additions, 0 deletionsR/shiny-ui-config.R
- R/shiny-ui-top.R 80 additions, 0 deletionsR/shiny-ui-top.R
- R/shinyUI.R 0 additions, 1761 deletionsR/shinyUI.R
- README.org 26 additions, 1 deletionREADME.org
- man/RMB_EIC_prescreen_df.Rd 0 additions, 29 deletionsman/RMB_EIC_prescreen_df.Rd
- man/gen_cmpd_l.Rd 0 additions, 27 deletionsman/gen_cmpd_l.Rd
- man/gen_cmpdl_and_load.Rd 0 additions, 24 deletionsman/gen_cmpdl_and_load.Rd
- man/gen_ftable.Rd 0 additions, 24 deletionsman/gen_ftable.Rd
- man/gen_stgs_and_load.Rd 0 additions, 22 deletionsman/gen_stgs_and_load.Rd
- man/mk_combine_file.Rd 0 additions, 26 deletionsman/mk_combine_file.Rd
- man/mk_sett_file.Rd 0 additions, 22 deletionsman/mk_sett_file.Rd
- man/no_drama_mkdir.Rd 0 additions, 23 deletionsman/no_drama_mkdir.Rd
R/api.R
0 → 100644
R/shiny-ui-base.R
0 → 100644
R/shiny-ui-config.R
0 → 100644
R/shiny-ui-top.R
0 → 100644
R/shinyUI.R
deleted
100644 → 0
This diff is collapsed.
man/RMB_EIC_prescreen_df.Rd
deleted
100644 → 0
man/gen_cmpd_l.Rd
deleted
100644 → 0
man/gen_cmpdl_and_load.Rd
deleted
100644 → 0
man/gen_ftable.Rd
deleted
100644 → 0
man/gen_stgs_and_load.Rd
deleted
100644 → 0
man/mk_combine_file.Rd
deleted
100644 → 0
man/mk_sett_file.Rd
deleted
100644 → 0
man/no_drama_mkdir.Rd
deleted
100644 → 0