Changelog
Source:NEWS.md
lancer 0.1.0
Change
%>%
to|>
.Update README and vignettes file documentation by replacing
dilution
tocurve
.Add test unit for function
create_reg_col_vec
.-
Change
lancer
functions that hasdilution
tocurve
.validate_dilution_annot
changed tovalidate_curve_batch_annot
.validate_dilution_table
changed tovalidate_curve_table
.validate_dilution_data
changed tovalidate_curve_data
.validate_lipid_data_wide
changed tovalidate_curve_data_wide
.create_dilution_table
changed tocreate_curve_table
.summarise_dilution_data
changed tosummarise_curve_data
.summarise_dilution_table
changed tosummarise_curve_table
.dilution_summary
argument inupdate_cog_manual
changed tocurve_summary
.dilution_summary
argument inupdate_cog_auto
changed tocurve_summary
.dilution_summary
argument inconvert_to_cog
changed tocurve_summary
.dilution_summary
argument inevaluate_linearity
changed tocurve_summary
.dilution_summary
argument inadd_ggplot_panel
changed tocurve_summary
.dilution_summary
argument inadd_plotly_panel
changed tocurve_summary
.dilution_summary
argument incalculate_column_max_char
changed tocurve_summary
.dilution_summary
argument inmark_near_zero_column
changed tocurve_summary
.dilution_summary
argument informat_num_cell_style
changed tocurve_summary
.dilution_summary
argument informat_char_cell_colour
changed tocurve_summary
.dilution_summary
argument informat_num_cell_colour
changed tocurve_summary
.dilution_summary
argument inwrite_summary_excel
changed tocurve_summary
.dilution_summary_grp
argument inplot_summary_table_char
changed tocurve_summary_grp
.dilution_summary_grp
argument inplot_summary_table_num
changed tocurve_summary_grp
.dilution_summary_grp
argument inplot_summary_table
changed tocurve_summary_grp
.dilution_data
argument increate_linear_model
changed tocurve_data
.dilution_data
argument increate_quad_model
changed tocurve_data
.dilution_data
argument increate_cubic_model
changed tocurve_data
.dilution_data
argument incalculate_adl_kroll_test
changed tocurve_data
.dilution_data
argument incalculate_adl
changed tocurve_data
.dilution_data
argument incalculate_concavity
changed tocurve_data
.dilution_data
argument incalculate_gof_linear
changed tocurve_data
.dilution_data
argument incalculate_mandel
changed tocurve_data
.dilution_data
argument incalculate_pra_linear
changed tocurve_data
.dilution_data
argument inplot_curve_ggplot
changed tocurve_data
.dilution_data
argument inplot_curve_plotly
changed tocurve_data
.dilution_summary_grp
argument inplot_curve_ggplot
changed tocurve_summary_grp
.dil_batch_var
argument inplot_curve_ggplot
changed tocurve_batch_var
.dil_batch_var
argument inplot_curve_plotly
changed tocurve_batch_var
.dil_batch_var
argument inadd_ggplot_panel
changed tocurve_batch_var
.dil_batch_var
argument inadd_plotly_panel
changed tocurve_batch_var
.dil_batch_col
argument inadd_ggplot_panel
changed tocurve_batch_col
.dil_batch_col
argument inadd_plotly_panel
changed tocurve_batch_col
.dilution_table
argument inadd_ggplot_panel
changed tocurve_table
.dilution_table
argument inadd_plotly_panel
changed tocurve_table
.
lancer 0.0.6
- Change characterisation of LOD curves from LOD to Noise Regime.
- Change characterisation of Saturation curves from Saturation to Saturation Regime.
lancer 0.0.5
- Change the R package name to lancer.
- Use
actions/checkout@v3
in the other GitHub Actions files. - Add alternate text to the documentation.
lancer 0.0.4
- Fix issue that
r_corr
fromcalculate_gof_linear
gives a named numeric vector. - Change code to suit the changes highlighted in tidyselect 1.2.0.
- Use
actions/checkout@v3
andactions/cache@v3
inR-CMD-check.yaml
file.
lancer 0.0.3
- Add the hex sticker logo for this package.
- Correct README to ensure the
add_ggplot_panel
function is correctly used. - Fix issue in
add_ggplot_panel
andadd_plotly_panel
function when users key in thedil_batch_var
but is not also agrouping variable
. - Fix issue when
view_trellis_html
cannot display plots when there is input forgrouping variable
is a vector of length one.
lancer 0.0.2
- Changed output excel sheet font to “Consolas” so that the number “0” and the letter “O” can be differentiated easily.
- In
cognostics.R
, functionconvert_to_cog
, add code to ensure logical columns are converted to character columns as logical column will turn to NA whentrelliscopejs::as_cognostics
is applied.