NEWS.md
Replaced geomean() with gm_mean(), which supports configurable handling of missing values and zeros. (#62)
Added show_labels() to display data-frame column names and labels. (#63)
Updated ids_per_plot() to support IDs with attributes and improved its input validation and handling of edge cases. (#69)
Added ghere() to interpolate values into paths constructed with here::here(). (#70)
row_compare() function to find columns where rows are not identical. (#47)Updated resampling functions to remove dplyr::left_join() warning. (#51)
Updated s_quantiles() to remove dplyr::summarize_() warning. (#50)
pool to keep output list names consistent. (#45)numeric_time was udpated to work with negative times. (#43)glue function used in read.nmctl(). (#13)readr and purrr from imports to suggests. (#8)mrgmisc was constructed with select functions from two older packages PKPDmisc and metrumrg. These packages are no longer being maintained, so this functionality will be maintained in mrgmisc moving forward.
Data manipulation functions brought over from PKPDmisc include: chunk(), chunk_df(), ids_per_plot(), max_through(), min_through(), set_bins(), and set_bins_df().
Data manipulation functions brought over from metrumrg include: posmat() and snap().
Summarizing functions brought over from PKPDmisc include: s_pauc() and s_quantiles().
Summarizing functions brought over from metrumrg include: pool() and nasum().
Formatting functions brought over from PKPDmisc include: capitalize_names(), ordinal_to_binary_(), replace_dots() and pad_left().
Formatting functions brought over from metrumrg include: parens().
Pharmacometrics-specific functions brought over from PKPDmisc include: auc_inf(), auc_partial() and resample_df().
Pharmacometrics-specific functions brought over from metrumrg include: as_nmctl()