Skip to content

Commit

Permalink
Update to chartplotter 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Nov 18, 2024
1 parent b71ee70 commit 7f1a223
Show file tree
Hide file tree
Showing 5 changed files with 933 additions and 8 deletions.
12 changes: 7 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: chartplotter
Type: Package
Title: Analysing and Plotting Growth Curves
Version: 0.34.0
Version: 0.35.0
Authors@R: person("Stef", "van Buuren", email = "stef.vanbuuren@tno.nl", role = c("aut", "cre"))
Maintainer: Stef van Buuren <stef.vanbuuren@tno.nl>
Description: This package plots the target child's growth curves on
Expand All @@ -15,14 +15,15 @@ Depends:
R (>= 3.5.0)
Imports:
brokenstick (>= 2.4.0),
centile,
chartbox (>= 1.11.0),
chartcatalog (>= 1.10.0),
centile (>= 0.15.0),
chartbox (>= 1.16.0),
chartcatalog (>= 1.15.0),
curvematching (>= 0.14.0),
donorloader (>= 0.37.1),
dplyr (>= 1.0.10),
grDevices,
grid,
growthscreener (>= 1.23.0),
nlreferences,
rlang,
stats,
Expand All @@ -39,8 +40,9 @@ Remotes:
growthcharts/chartcatalog,
growthcharts/curvematching,
growthcharts/jamesdemodata,
growthcharts/growthscreener,
growthcharts/nlreferences,
growthcharts/donorloader
Roxygen: list(markdown = TRUE)
URL: https://github.com/growthcharts/chartplotter
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# chartplotter 0.35.0

- Adds functionality to plot the target height and target height range

# chartplotter 0.34.0

- Adds support for `dnr` is `NULL` argument in `process_chart()`
Expand Down
Loading

0 comments on commit 7f1a223

Please sign in to comment.