- 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 withPolarity,Rank, andAreaValuesCountcolumns set toNA. - 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
- no change for users. Package tests updated.
- Automatically detects proxy settings in each function.
- Provision of ability to turn off automatic proxy settings using internet explorer's settings using
proxy_settingsargument - bug fix to allow
rank = TRUEwhen multiple ProfileIDs and IndicatorIDs passed tofingertips_data() get_fingertips_api()exported from package- bug fix so
indicator_update_information()works when an indicator is included without any update dates - changed package maintainer
- Bug fixed where character field has entirely missing values it defaulted to NA instead of ""
- Bug fix to allow indicator_update_information() to accept a long vector of IndicatorID
- Bug fixes for indicators() function where many groups exist
- Fixed bug around class of the new
Time period rangefield; now ensured to be a character field - included indicator_update_information() to provide users with details of when the indicator was last updated (available from 7th June 2022)
- updated installation instructions in README
- Fixed issue introduced to
fingertips_data()whereAreaTypeID = "All" - More
AreaTypeIDs available fornearest_neighbour() nearest_neighbour_areatypeids()added
- No change to previous version
- fixed warning message for multiple IndicatorIDs passed to indicator_metadata()
- fixed bug in indicator_metadata(IndicatorID = "All") - thanks Luke Bradley for pointing it out
- indicator_metadata now includes
Impact of COVID19 field
indicator_metadata()acceptsIndicatorID = "All"- GitHub actions added
- no change for users
- fixed
fingertips_data()bug introduced in 1.0.2 where multiple IndicatorIDs and ProfileIDs are provided
- Bug fix for
fingertips_data()where `AreaTypeID = "All"
- Improved flexibility of
deprivation_decile()so new deprivation data can be drawn from website without being added to the package - url_only argument added to
fingertips_data()function, allowing user to retrieve the API url(s) used to download their data
- default value for
AreaTypeIDinfingertips_data()anddeprivation_decile()removed (along with a helpful error message ifAreaTypeIDis missing) - progress bar added when AreaTypeID = "All" in
fingertips_data() - fixed issue where GP deprivation_decile returned data with 0 records
- added more allowable AreaTypes to
deprivation_decile()function - added 2019 year to
deprivation_decile() AreaTypeID = "All"infingertips_data()function now faster and accurate for specific profile
- fixed issue caused by v0.2.8 for users behind organisational firewall
- functions will provide informative message when they fail because of no response from the API
- Added option for
AreaTypeID = "All"infingertips_data() - Added
ProfileIDargument toarea_types()function category_types()returns field calledCategoryTypewhich is joinable tofingertips_data()output whencategorytype = TRUE- Added a retry function to handle occasions when the API times out when it shouldn't
-
fixed
indicator_order()function -
nearest_neighbours()now allows AreaTypeID 154 (CCG unchanged plus new 2018), but no longer allows AreaTypeID 153 -
nearest_neighbours()function has been fixed
- no changes from a user perspective to previous versions
- no changes from a user perspective to previous versions
- no changes from a user perspective to previous versions
-
deprivation_decile()forAreaTypeID = 7(General Practice) now only contains 2015 deprivation deciles. 2010 to 2012 have been removed -
bug fix around entering vectors of
IndicatorIDs andProfileIDs intofingertips_data()function
-
select_indicators()fixed for selecting more than one indicator -
deprivation_decile()now includes MSOA (AreaTypeID = 3) -
removed deprecated
inequalitiesargument fromfingertips_data() -
increased speed of
indicators()function (and thereforeselect_indicators()and other functions that rely on it) -
IndicatorName field in
indicators()table returns short name rather than long name
-
New field "Compared to goal" in
fingertips_data() -
New field name "Compared to [AreaType]" in
fingertips_data() -
Improved tests
- fingertips_data function adapted for "New data" field in API
-
nearest_neighbours() modified to include
measureparameter - so user can get 15 CIPFA nn for upper tier local authorities -
data retrieval functions now use local proxy settings
-
nearest_neighbours() function added
-
indicator_order() function added
- corrected fingertips_stats to give accurate stats
-
modifications to the fingertipsR paper
-
badges added to README
-
package approved by ropensci
-
fingertips_stats function added to give high level statistics of indicators in Fingertips
-
indicator_areatypes now links to API rather than built in dataset
-
indicators_unique function provides unique table of indicators
- API structure updated to include 99.8 and 95 confidence intervals. Reflected in the outputs of
fingertips_data. NOTE earlier versions of the package will not work anymore because of the underlying change in the API structure
-
fixed issue with rank and some
fingertips_dataqueries -
removed dependency on tidyjson as a result of its removal from CRAN
-
select_indicators()allows user to point and click to select indicators -
stringsAsFactors parameter available in
fingertips_data() -
automatically filter for
CategoryType = FALSEinfingertips_data()- this can be set toTRUEif needed -
rank of area and polarity of indicator returned from
fingertips_data()whererank = TRUE(polarity can also be found inindicator_metadata()) -
fingertips_redredhighlights which areas are statistically different to comparator and trending in the wrong direction -
category_types()lookup function to support ordering where categories exist (eg, deprivation decile) -
areatypes_by_indicators()to help users determine which indicators are available for each area type (and vice versa) -
A new vignette demonstrating how some of the new functions can be used
This package allows the user to retrieve tables of:
- indicators, domains and profiles and their relationships to each other
- data related to indicators for geographies where the data are already available on the Fingertips website
- indicator metadata
- deprivation data for geographies that are available on the Fingertips website