Changelog
Source:NEWS.md
mrgmisc 0.4.0
New features and changes
Replaced
geomean()withgm_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 withhere::here(). (#70)
Maintenance
- Updated generated documentation and CI configuration, and raised the minimum supported R version to 4.1.0. (#68)
mrgmisc 0.3.0
- Added functions to render paths for various project needs
- Returns a directory path
- Returns a file path
- Format a file or directory path relative to the project root
- Added functions to set options for table and figure outputs
mrgmisc 0.2.1
- Added
row_compare()function to find columns where rows are not identical. (#47)
Bug fixes
Updated resampling functions to remove
dplyr::left_join()warning. (#51)Updated
s_quantiles()to removedplyr::summarize_()warning. (#50)
mrgmisc 0.2.0
New features and changes
- Updated
poolto keep output list names consistent. (#45)
Bug fixes
-
numeric_timewas udpated to work with negative times. (#43)
mrgmisc 0.1.5
New features and changes
- Updates to improve mpn.scorecard score. (#30)
mrgmisc 0.1.2
Bug fixes
- Fixed incorrect
gluefunction used inread.nmctl(). (#13)
mrgmisc 0.1.1
New features and changes
- Moved
readrandpurrrfrom imports to suggests. (#8)
mrgmisc 0.1.0
New features and changes
mrgmiscwas constructed with select functions from two older packagesPKPDmiscandmetrumrg. These packages are no longer being maintained, so this functionality will be maintained inmrgmiscmoving forward.Data manipulation functions brought over from
PKPDmiscinclude:chunk(),chunk_df(),ids_per_plot(),max_through(),min_through(),set_bins(), andset_bins_df().Data manipulation functions brought over from
metrumrginclude:posmat()andsnap().Summarizing functions brought over from
PKPDmiscinclude:s_pauc()ands_quantiles().Summarizing functions brought over from
metrumrginclude:pool()andnasum().Formatting functions brought over from
PKPDmiscinclude:capitalize_names(),ordinal_to_binary_(),replace_dots()andpad_left().Formatting functions brought over from
metrumrginclude:parens().Pharmacometrics-specific functions brought over from
PKPDmiscinclude:auc_inf(),auc_partial()andresample_df().Pharmacometrics-specific functions brought over from
metrumrginclude:as_nmctl()