Skip to content

Releases: ropensci/fingertipsR

fingertipsR 1.1.0 release

16 Oct 10:02
fb48519

Choose a tag to compare

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

30 Jan 12:54

Choose a tag to compare

minor bug fixes to improve usability

fingertipsR 1.0.9 released

09 Jun 08:05
b1e7a6c

Choose a tag to compare

New function indicator_update_information() provides information on when indicator was most recently updated; minor bug fixes

fingertipsR 1.0.8 released

07 Jan 09:03
87b617f

Choose a tag to compare

New AreaTypeIDs available for nearest_neighbours()

fingertipsR 1.0.7 released

15 Jul 10:49

Choose a tag to compare

fingertipsR 1.0.6 released

17 May 12:21

Choose a tag to compare

Minor improvements to allow for new field in indicator_metadata() function

fingertipsR 1.0.5 released

01 Oct 12:55

Choose a tag to compare

Bug fixes and minor changes; indicator_metadata() accepts IndicatorID = "All"

fingertipsR 1.0.0 released

08 Jan 09:29

Choose a tag to compare

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

25 Oct 15:01

Choose a tag to compare

Minor changes to restore functionality to some users which was lost at the previous update

fingertipsR 0.2.8 released

18 Sep 07:38

Choose a tag to compare

This release now incorporates a helpful message to the user if the API is unavailable.