You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Package: fingertipsR
2
2
Type: Package
3
-
Version: 1.0.13
3
+
Version: 1.1.0
4
4
Title: Fingertips Data for Public Health
5
5
Description: Fingertips (<http://fingertips.phe.org.uk/>) contains data for many indicators of public health in England. The underlying data is now more easily accessible by making use of the API.
Copy file name to clipboardExpand all lines: NEWS.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# fingertipsR 1.1.0 (2025-10-10)
2
+
3
+
* Updated the description of the nearest_neighbours function, and removed the measure variable that was previously deprecated.
4
+
* Added checks to handle cases where no data is available for the specified combination of parameters in `fingertips_data()`.
5
+
* When no data is available and `rank = TRUE`, the function now returns an empty data frame with `Polarity`, `Rank`, and `AreaValuesCount` columns set to `NA`.
6
+
* Improved error message to inform users that no data is available and an empty data frame is returned.
7
+
* Updated examples.
8
+
* Updated area_types() function to use the short name in the API rather than the long name
0 commit comments