Skip to content

Commit 32e8f62

Browse files
authored
Merge pull request #116 from metrumresearchgroup/release/0.5.2
Release/0.5.2
2 parents 517ebc6 + ce50f7c commit 32e8f62

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
pinned: true
4545
- os: ubuntu-22.04
4646
r: 4.2.3
47-
# GGally v2.3.0 requires R >= 4.3.
48-
ggally_pkg: 'url::https://mpn.metworx.com/snapshots/stable/2025-07-16/src/contrib/GGally_2.2.1.tar.gz'
47+
# The latest versions of several dependencies require
48+
# newer R versions.
49+
rspm: 'https://packagemanager.posit.co/cran/__linux__/jammy/2025-07-16'
4950
pinned: true
5051
- os: ubuntu-22.04
5152
r: 4.3.1
@@ -67,9 +68,6 @@ jobs:
6768
extra-packages: |
6869
any::pkgdown
6970
any::rcmdcheck
70-
${{ matrix.config.ggally_pkg }}
71-
${{ matrix.config.patchwork_pkg }}
72-
${{ matrix.config.scales_pkg }}
7371
upgrade: ${{ matrix.config.pinned && 'FALSE' || 'TRUE' }}
7472
- uses: r-lib/actions/check-r-package@v2
7573
- name: Check pkgdown

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: pmplots
22
Type: Package
33
Title: Plots for Pharmacometrics
4-
Version: 0.5.1
4+
Version: 0.5.2
55
Authors@R: c(
66
person("Kyle T", "Baron", "", "kyleb@metrumrg.com", c("aut", "cre")),
77
person(given = "Kyle", family = "Meyer", role = "ctb", email = "kylem@metrumrg.com"),

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# pmplots 0.5.2
2+
3+
## Internal compatibility changes
4+
5+
- Fix some test failures related to ggplot2 version 4.0 (#117).
6+
7+
- Add S4 as optional dependency to silence `R CMD check` warning (#117).
8+
9+
- Prefer `ggplot2::is_ggplot()` when available (#115).
10+
11+
- Update CI and make tests compatible with GGally 2.3.0 (#114).
12+
113
# pmplots 0.5.1
214

315
## Bugs fixed

0 commit comments

Comments
 (0)