Skip to content

Commit

Permalink
Merge pull request #99 from metrumresearchgroup/release/0.5.0
Browse files Browse the repository at this point in the history
Release/0.5.0
  • Loading branch information
kylebaron authored Jul 22, 2024
2 parents 9425589 + d18b177 commit f542795
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Package: pmplots
Type: Package
Title: Plots for Pharmacometrics
Version: 0.4.1.9001
Version: 0.5.0
Authors@R: c(
person("Kyle T", "Baron", "", "kyleb@metrumrg.com", c("aut", "cre")),
person(given = "Kyle", family = "Meyer", role = "ctb", email = "kylem@metrumrg.com"),
person("Metrum Research Group", role = c("cph"))
)
Maintainer: Kyle Baron <kyleb@metrumrg.com>
Expand Down
24 changes: 23 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# pmplots (development version)
# pmplots 0.5.0

- Multiple `x` and `y` can be now be passed as a `list` in addition to
character vector (#95).

- Vectorized plots (returned as a list of plots) are now named according to the
`x` or `y` data column (#96).

- New function `rot_xy()` allows rotation of x- or y-axis tick labels for `gg`
objects, `patchwork` objects, or lists of `gg` or `patchwork` objects; this
function uses `rot_at()` for processing lists (#96).

- New function `rot_at()` allows rotation of x- or y-axis tick labels of `gg`
or `patchwork` objects or named lists of these objects; the list method
allows rotation of specific plots in the list by matching the name exactly
or through a regular expression (#96).

- New function `pm_with()` allows arrangement of a named list of plots using
`patchwork` syntax (#96).

- `rot_y()` has been updated with a `vertical` argument, similar to existing
argument in `rot_x()` (#96).


# pmplots 0.4.1

Expand Down
4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ customizations
Metrum
yspec
README
parens
yaml
unarranged

0 comments on commit f542795

Please sign in to comment.