Releases: ropensci/fingertipsR
fingertipsR 1.1.0 release
What's Changed
- Updated the description of the nearest_neighbours function, and removed the measure variable that was previously deprecated.
- Added checks to handle cases where no data is available for the specified combination of parameters in fingertips_data().
- 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.
- Improved error message to inform users that no data is available and an empty data frame is returned.
- Updated examples.
- Updated area_types() function to use the short name in the API rather than the long name
Full Changelog: v1.0.10...v1.1.0
fingertipsR 1.0.10 released
minor bug fixes to improve usability
fingertipsR 1.0.9 released
New function indicator_update_information() provides information on when indicator was most recently updated; minor bug fixes
fingertipsR 1.0.8 released
New AreaTypeIDs available for nearest_neighbours()
fingertipsR 1.0.7 released
Bug fixes
fingertipsR 1.0.6 released
Minor improvements to allow for new field in indicator_metadata() function
fingertipsR 1.0.5 released
Bug fixes and minor changes; indicator_metadata() accepts IndicatorID = "All"
fingertipsR 1.0.0 released
Major release because of backwards incompatibiilty of fingertips_data() function (AreaTypeID now no longer has a default). Other improvements are that more area types are available for deprivation_decile() and also AreaTypeID = "All" in fingertips_data() is now faster and includes a progress bar.
fingertipsR 0.2.9 released
Minor changes to restore functionality to some users which was lost at the previous update
fingertipsR 0.2.8 released
This release now incorporates a helpful message to the user if the API is unavailable.