From 8612bb1f83b5bba0d7cf5c37e9a20225b8355fb8 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 6 Feb 2024 22:17:57 -0600 Subject: [PATCH 1/6] bumped to release version --- DESCRIPTION | 2 +- NEWS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 21269573..23a50002 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pmplots Type: Package Title: Plots for Pharmacometrics -Version: 0.3.7.9005 +Version: 0.4.0 Authors@R: c( person("Kyle T", "Baron", "", "kyleb@metrumrg.com", c("aut", "cre")), person("Metrum Research Group", role = c("cph")) diff --git a/NEWS.md b/NEWS.md index 62715526..e35cef71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -# pmplots (development version) +# pmplots 0.4.0 + # pmplots 0.3.7 From 356ef5a16001bd16d4a763352a2c1d72b9c427f0 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 6 Feb 2024 22:58:37 -0600 Subject: [PATCH 2/6] news --- NEWS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.md b/NEWS.md index e35cef71..095b8dcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,22 @@ # pmplots 0.4.0 +- Add a series of functions for standardized, multipanel displays (#77, #81). + - `eta_covariate()` plots ETA versus continuous or categorical covariates. + - `npde_covariate()` plots NPDE versus continuous or categorical covariates. + - `cwres_covariate()` plots CWRES versus continuous or categorical covariates. + - `cont_cat_panel()` plots continuous versus categorical covariates. + - `npde_panel()` creates a panel of NPDE-based diagnostics. + - `cwres_panel()` creates a panel of CWRES-based diagnostics. + - `npde_scatter()` creates a panel of NPDE-based scatter plots. + - `cwres_scatter()` creates a panel of CWRES-based scatter plots. + - `npde_hist_q()` creates NPDE histogram and Q-Q plot in a panel. + - `cwres_hist_q()` creates CWRES histogram and Q-Q plot in a panel. + - Component plots can be returned in a list which can be arranged via + `with()`. + +- `pm_grid()` gains `tag_levels` argument that gets passed to + `patchwork::plot_annotation` (#80). + # pmplots 0.3.7 From ea8af9e2ff182153fef5e712047fbbcdd81e01d8 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 6 Feb 2024 23:01:03 -0600 Subject: [PATCH 3/6] tweak news --- NEWS.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 095b8dcf..b2c4e3d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,13 @@ # pmplots 0.4.0 -- Add a series of functions for standardized, multipanel displays (#77, #81). - - `eta_covariate()` plots ETA versus continuous or categorical covariates. - - `npde_covariate()` plots NPDE versus continuous or categorical covariates. - - `cwres_covariate()` plots CWRES versus continuous or categorical covariates. - - `cont_cat_panel()` plots continuous versus categorical covariates. +- Add a series of functions for standardized display grids (#77, #81). + - `eta_covariate()` creates panel of ETA versus continuous or categorical + covariates. + - `npde_covariate()` creates panel of NPDE versus continuous or categorical + covariates. + - `cwres_covariate()` creates panel of CWRES versus continuous or categorical + covariates. + - `cont_cat_panel()` creates panel of continuous versus categorical covariates. - `npde_panel()` creates a panel of NPDE-based diagnostics. - `cwres_panel()` creates a panel of CWRES-based diagnostics. - `npde_scatter()` creates a panel of NPDE-based scatter plots. From 40ea1409c0536853c98980e8e1026f5ffb5f0505 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 6 Feb 2024 23:03:38 -0600 Subject: [PATCH 4/6] tweak news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b2c4e3d7..b4ad07e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # pmplots 0.4.0 -- Add a series of functions for standardized display grids (#77, #81). +- Add a series of functions for standardized, paneled displays (#77, #81). - `eta_covariate()` creates panel of ETA versus continuous or categorical covariates. - `npde_covariate()` creates panel of NPDE versus continuous or categorical From c9c51beb9c9ef1a4e5e4e1158b3dd3456e617edc Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 6 Feb 2024 23:04:11 -0600 Subject: [PATCH 5/6] news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b4ad07e6..fb55dd9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,7 +18,7 @@ `with()`. - `pm_grid()` gains `tag_levels` argument that gets passed to - `patchwork::plot_annotation` (#80). + `patchwork::plot_annotation()` (#80). # pmplots 0.3.7 From 71efe3bef90e107b0b29a603cd567b95faf97635 Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 6 Feb 2024 23:05:59 -0600 Subject: [PATCH 6/6] news --- NEWS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index fb55dd9a..9187a524 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,10 +8,10 @@ - `cwres_covariate()` creates panel of CWRES versus continuous or categorical covariates. - `cont_cat_panel()` creates panel of continuous versus categorical covariates. - - `npde_panel()` creates a panel of NPDE-based diagnostics. - - `cwres_panel()` creates a panel of CWRES-based diagnostics. - - `npde_scatter()` creates a panel of NPDE-based scatter plots. - - `cwres_scatter()` creates a panel of CWRES-based scatter plots. + - `npde_panel()` creates panel of NPDE-based diagnostics. + - `cwres_panel()` creates panel of CWRES-based diagnostics. + - `npde_scatter()` creates panel of NPDE-based scatter plots. + - `cwres_scatter()` creates panel of CWRES-based scatter plots. - `npde_hist_q()` creates NPDE histogram and Q-Q plot in a panel. - `cwres_hist_q()` creates CWRES histogram and Q-Q plot in a panel. - Component plots can be returned in a list which can be arranged via