Skip to content

Commit ba12f91

Browse files
committed
Update to dscore 2.0.4
1 parent a224e49 commit ba12f91

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dscore
22
Type: Package
33
Title: D-Score for Child Development
4-
Version: 2.0.3
4+
Version: 2.0.4
55
Authors@R: c(person("Stef", "van Buuren", email = "stef.vanbuuren@tno.nl", role = c("cre", "aut")),
66
person("Iris", "Eekhout", email = "iris.eekhout@tno.nl", role = "aut"),
77
person("Arjan", "Huizing", email = "arjan.huizing@tno.nl", role = "aut"),

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ editor_options:
44
wrap: 72
55
---
66

7+
# dscore 2.0.4
8+
9+
- Adds support for 48-item version of GSED HF (`gh1`) instrument
710
- Replaces 55 HF items with 48 HF items in `builtin_itemtable` to reflect dropping of the first three months form
811
- Updates `sample_hf` example data to the 48-item HF version
912
- Adds `hf_48_2406.txt` and `hf_48_2510.txt` key files

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ suppressPackageStartupMessages(library(ggplot2))
2525

2626
<!-- badges: start -->
2727

28-
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![CRAN status](https://www.r-pkg.org/badges/version/dscore)](https://CRAN.R-project.org/package=dscore) [![](http://cranlogs.r-pkg.org/badges/dscore)](https://cran.r-project.org/package=dscore) [![](https://img.shields.io/badge/github%20version-2.0.3-orange.svg)](https://github.com/d-score/dscore) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0)
28+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![CRAN status](https://www.r-pkg.org/badges/version/dscore)](https://CRAN.R-project.org/package=dscore) [![](http://cranlogs.r-pkg.org/badges/dscore)](https://cran.r-project.org/package=dscore) [![](https://img.shields.io/badge/github%20version-2.0.4-orange.svg)](https://github.com/d-score/dscore) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0)
2929

3030
<!-- badges: end -->
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://
1010
[![CRAN
1111
status](https://www.r-pkg.org/badges/version/dscore)](https://CRAN.R-project.org/package=dscore)
1212
[![](http://cranlogs.r-pkg.org/badges/dscore)](https://cran.r-project.org/package=dscore)
13-
[![](https://img.shields.io/badge/github%20version-2.0.3-orange.svg)](https://github.com/d-score/dscore)
13+
[![](https://img.shields.io/badge/github%20version-2.0.4-orange.svg)](https://github.com/d-score/dscore)
1414
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0)
1515

1616
<!-- badges: end -->

0 commit comments

Comments
 (0)