• tidyselect 1.2.0 grammar for the dplyr::select() function now forbids .data$varname arguments. Update various function to remove deprecation messages and errors.
  • Uses the more lenient any_of() to prevent hard errors.
  • Removes superfluous mutate_() imports
  • Removes superfluous LazyData in DESCRIPTION
  • Adds GHA R-CMD-check
  • Merges the bdsreader branch so as to remove minihealth
  • Relocates repo to the growthchart organisation
  • Adds blended distance matching function match_bmd(), which generalises the distance metric used for matching
  • Removes the !!! expression, deprecated in R 4.0.0
  • Updates a test after requiring donorloader 0.12.0
  • Update to R 4.0.0
  • Repairs a bug in match_pmm() that could produce big blob of matches
  • Added a NEWS.md file to track changes to the package.