You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inner_column(), to fix padding of boxes inside columns.
widget_sep(), to insert div(class = "widget-sep", br()) calls.
widget_sep_vert() to insert div(style = "height: 8px;") calls.
names_from_model_formula(), to parse rhandsontable() Unicode row and column coefficient names.
parse_model_formula() to get raw and TeX formulae from model_formula.
calculate_trans_rate_sigurdson() and calculate_trans_rate_manual() to calculate translocation rates.
calculate_aberr_table() wrapper, to calculate aberration tables for count and cases data.
init_aberr_table(), to initialise aberration distribution tables in fitting and estimation server modules.
list_fitting_formulas(), to replace global global_fitting_formulas object.
generalise_fit_coeffs() and generalise_fit_var_cov_mat(), used internally in estimation functions instead of using general_fit_* as parameters.
Function refactoring
Refactored get_decision_threshold() functoin to calculate_decision_threshold(), and added calculate_decision_threshold_table() wrapper function.
Refactored calculate_decision_threshold_*() functions to remove input argument.
Refactored get_*() translocation functions to calculate_*() for better consistency.
Refactored get_*_dose_curve() functions to plot_*_dose_curve() for more clarity.
Refactored get_model_statistics() to calculate_model_stats().
Refactored get_fit_*() functions to fit() and fit_*_method().
Improvements
Added Oliveira citation on get_fit_maxlik_method() function.
Fixed Gaëtan's name order in citation and contributors list.
Updated README and About body text.
Renamed source R files for better naming consistency.
Changed structure of modules to mod_<calc_type>_<aberration>_*().
Generalised get_model_statistics() function so that local get_model_statistics() definition could be removed from mod_estimate_fit_curve_server() module.
Multiple (18 files) <aberration>-<module>-<format>.Rmd report templates have been merged into <module>-<format>.Rmd (4 files).
Use correct_negative_vals() to ensure correct dose estimation when X < Xc in translocations asay.
Replaced all *_at() and *_if() occurrences by their {dplyr} 1.0.0 equivalents.
UI Improvements
Replaced column(width = X) calls by col_X() in UI modules.
Added tabitem-container class to tabItem() page containers for fixed max-width while keeping responsive UI.
Added col-inner-textinput-* CSS classes for Irradiation conditions textInput() widgets' containers.
Added sep-widget-download and sep-widget-format CSS classes to unify download and format select buttons into a single widget.