Skip to content

Commit

Permalink
Merge pull request #26 from ddsjoberg/gtsummary-v2.0-prep
Browse files Browse the repository at this point in the history
Adding broom.helpers to DESCRIPTION
  • Loading branch information
ddsjoberg authored Jul 22, 2024
2 parents 4ce9827 + 7564f96 commit 9e182d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ jobs:
- {os: macOS-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}

# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
# - {os: ubuntu-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dcurves
Title: Decision Curve Analysis for Model Evaluation
Version: 0.4.0.9000
Version: 0.4.0.9001
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
Expand Down Expand Up @@ -40,6 +40,7 @@ Imports:
survival,
tibble (>= 3.1.0)
Suggests:
broom.helpers,
covr (>= 3.5.1),
gtsummary (>= 1.4.0),
knitr (>= 1.32),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# dcurves (development version)

* Added {broom.helpers} package to the Suggests field, which accounts for an update in gtsummary v2.0

# dcurves 0.4.0

* The net interventions avoided figures have new defaults (breaking change):
Expand Down

0 comments on commit 9e182d9

Please sign in to comment.