From 7376d2bf997273127e89240d9f48b37d981f2b4d Mon Sep 17 00:00:00 2001 From: csills01 Date: Thu, 21 Nov 2024 10:08:12 +0000 Subject: [PATCH] increment package version and update news --- DESCRIPTION | 2 +- NEWS.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f512ef0..d4c891d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: phsopendata Title: Extract Open Data from opendata.nhs.scot -Version: 0.2.0 +Version: 0.3.0 Authors@R: c( person("Csilla", "Scharle", , "csilla.scharle2@phs.scot", role = c("aut", "cre")), person("James", "McMahon", , "james.mcmahon@phs.scot", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 1bb693b..cc85a56 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# phsopendata 0.3.0 (2024-11-21) + +- `get_dataset()` now takes the `col_select` and `row_filter` arguments allowing filtering of data. +- Failed calls will be retried up to 3 times using httr::RETRY. +- Improvements to `get_resource_sql` error checks and messages and better handling of spaces and new lines. + # phsopendata 0.2.0 (2024-09-18) - `get_dataset()` and `get_resource()` gain a new parameter `include_context`