Skip to content

Commit e28c0c0

Browse files
committed
Update to dscore 2.0.1
1 parent 79ad7ab commit e28c0c0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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.0
4+
Version: 2.0.1
55
Authors@R: c(person("Stef", "van Buuren", email = "[email protected]", role = c("cre", "aut")),
66
person("Iris", "Eekhout", email = "[email protected]", role = "aut"),
77
person("Arjan", "Huizing", email = "[email protected]", role = "aut"),

NEWS.md

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

7+
# dscore 2.0.1
8+
9+
- Added the new D-score reference for `key = "gsed2510"` and `population = "who_descriptive"`. This reference replaces the (temporary) `phase1` reference. ([#62](https://github.com/D-score/dscore/issues/62)).
10+
711
# dscore 2.0.0
812

913
### 🌍 D-score now powered by data from 7 countries!

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.0-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.1-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.0-orange.svg)](https://github.com/d-score/dscore)
13+
[![](https://img.shields.io/badge/github%20version-2.0.1-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)