Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.18 KB

NEWS.md

File metadata and controls

22 lines (16 loc) · 1.18 KB

NHSRpostcodetools development log

Development version 0.0.0.9001 (8 Feb 2024)

  • Fixed issue #20 by removing batch_it_simple() and simplifying the code in batch_it() so it in turn is simpler. For the purposes of this package, it only has to do a simple thing.
  • Updated lintr rules to exclude vignette .Rmds.
  • Ran styler over the package.
  • Updated DESCRIPTION file to add an OrcID and to add minimum R version and some minimum package versions.

Development version 0.0.0.9000 (23 Nov 2023)

  • Package created with the functions from package {myrmidon} created by Fran Barton.
  • Added postcode_data_join.R which uses the postcodes.io API to get additional postcode data and which removes the requirement to save the large file from the Open Geography portal maintained by the ONS (Office for National Statistics).
  • Added dependency function batch_it()