Skip to content

Commit

Permalink
Merge pull request #82 from metrumresearchgroup/release/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
kylebaron authored Feb 7, 2024
2 parents 74ef2ed + 71efe3b commit 38530f3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down
23 changes: 22 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# pmplots (development version)
# pmplots 0.4.0

- 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
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 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
`with()`.

- `pm_grid()` gains `tag_levels` argument that gets passed to
`patchwork::plot_annotation()` (#80).


# pmplots 0.3.7

Expand Down

0 comments on commit 38530f3

Please sign in to comment.