From c064d2649165e58b07f19fd1876baa27796ae5a9 Mon Sep 17 00:00:00 2001 From: Layik Hama Date: Mon, 29 Jul 2024 17:49:32 +0100 Subject: [PATCH 1/3] Increment version number to 3.1.0 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c0d95d6..b9aaf1d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: stats19 Title: Work with Open Road Traffic Casualty Data from Great Britain -Version: 3.0.3 +Version: 3.1.0 Authors@R: c( person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5679-6536")), diff --git a/NEWS.md b/NEWS.md index 4cbb370..5620f05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# stats19 3.1.0 + # stats19 3.0.3 2024-02 * Update documentation to account for the shift in table names, replacing `accidents` with `collisions` and `casualty` with `casualties` (#232) From 099520ab5292984eb93a4ddbe1f85a95b9e7db8e Mon Sep 17 00:00:00 2001 From: Layik Hama Date: Mon, 29 Jul 2024 17:53:08 +0100 Subject: [PATCH 2/3] NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 5620f05..fd2ab5f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ # stats19 3.1.0 +* stats19 now relies on the ``stats19_variables` object to format the different tables columns. # stats19 3.0.3 2024-02 From 46345fea3479b9bfe308e4ecae8c09e820884bf2 Mon Sep 17 00:00:00 2001 From: Layik Hama Date: Mon, 29 Jul 2024 17:54:21 +0100 Subject: [PATCH 3/3] NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fd2ab5f..1b38e76 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ # stats19 3.1.0 -* stats19 now relies on the ``stats19_variables` object to format the different tables columns. +* stats19 now relies on the `stats19_variables` object to format the different tables columns (#245). # stats19 3.0.3 2024-02