Skip to content

Commit aacf96a

Browse files
committed
Update to james 1.7.2
1 parent 88a4fc3 commit aacf96a

File tree

6 files changed

+11
-27
lines changed

6 files changed

+11
-27
lines changed

.host

Lines changed: 0 additions & 1 deletion
This file was deleted.

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: james
22
Type: Package
33
Title: Joint Automatic Measurement and Evaluation System
4-
Version: 1.7.1
4+
Version: 1.7.2
55
Authors@R: c(person("Stef", "van Buuren", email = "[email protected]", role = c("cre", "aut")),
66
person("Arjan", "Huizing", email = "[email protected]", role = "aut"))
77
Maintainer: Stef van Buuren <[email protected]>
@@ -17,9 +17,9 @@ Depends:
1717
svglite (>= 2.1.3.9000)
1818
Imports:
1919
bdsreader (>= 0.28.0),
20-
chartbox (>= 1.16.0),
21-
chartcatalog (>= 1.16.0),
22-
chartplotter (>= 0.35.0),
20+
chartbox (>= 1.17.0),
21+
chartcatalog (>= 1.18.2),
22+
chartplotter (>= 0.35.1),
2323
dplyr,
2424
curl,
2525
grDevices,

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# james 1.7.2 (Feb 2025)
2+
3+
- Updates to the latest R packages
4+
- Evades a problem in `vignettes/articles/getting_started.Rmd` that occasionally occurs when the `validate = TRUE` flag is active
5+
16
# james 1.7.1 (Feb 2025)
27

38
- Resolves a bug in the de-duplication of parental data in BDS field 63. The `bdsreader 0.28.0` package now returns the correct data for these cases. See <https://github.com/growthcharts/bdsreader/issues/10>.

inst/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<div class="col-sm-9 graph" id="plotcontainer">
222222
<div id="plotDiv"></div>
223223
<div id="textDiv">
224-
<h5 id="version" class="highlight-background">JAMES 1.7.1 (20250210), &copy; TNO 2024</h5>
224+
<h5 id="version" class="highlight-background">JAMES 1.7.2 (20250210), &copy; TNO 2025</h5>
225225
<p id="rq1-session" class="highlight-background"></p>
226226
<p id="rq1-console" class="preserve-whitespace"></p>
227227
<p id="rq1-warnings" class="preserve-whitespace"></p>

maria-mangled.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

vignettes/articles/getting_started.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: JAMES - Joint Automatic Measurement and Evaluation System
3-
subtitle: JAMES 1.7.1 (February 2025)
3+
subtitle: JAMES 1.7.2 (February 2025)
44
author: Stef van Buuren, Arjan Huizing (TNO Child Health)
55
output:
66
html_document:

0 commit comments

Comments
 (0)