From 524f0d873bb25aba0b7e4c7a89aaaa416262b2fb Mon Sep 17 00:00:00 2001 From: James McMahon Date: Thu, 21 Nov 2024 11:03:12 +0000 Subject: [PATCH] Add GitHub PR links to NEWS.md For the nerds --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index d701f48..df800a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ # phsopendata 0.3.0 (2024-11-21) -- [`get_dataset()`](https://public-health-scotland.github.io/phsopendata/reference/get_dataset.html) 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()`](https://httr.r-lib.org/reference/RETRY.html). -- Improvements to [`get_resource_sql()`](https://public-health-scotland.github.io/phsopendata/reference/get_resource_sql.html) error checks and messages and better handling of spaces and new lines. +- [`get_dataset()`](https://public-health-scotland.github.io/phsopendata/reference/get_dataset.html) now takes the `col_select` and `row_filter` arguments allowing filtering of data. (#46) +- Failed calls will be retried up to 3 times using [`httr::RETRY()`](https://httr.r-lib.org/reference/RETRY.html). (#45 and #47) +- Improvements to [`get_resource_sql()`](https://public-health-scotland.github.io/phsopendata/reference/get_resource_sql.html) error checks and messages and better handling of spaces and new lines. (#41) # phsopendata 0.2.0 (2024-09-18)