- Fixed issue #20 by removing
batch_it_simple()
and simplifying the code inbatch_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.Rmd
s. - Ran
styler
over the package. - Updated DESCRIPTION file to add an OrcID and to add minimum R version and some minimum package versions.
- 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()