• Sets RoxygenNote to 7.3.1
  • Replaces BCT() by robust internal pBCT() and qBCT()
  • Adds the BCT distribution to the validation code
  • Removes renv
  • Adds renv package management
  • Revert back to readr 1.4.0 from CRAN
  • Make dependent on readr 1.9.9 in order to evade GHA error /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by /home/runner/work/_temp/Library/readr/libs/readr.so)
  • Switches on continuous integration
  • Adds Github action pkgdown
  • Adds Github action R-CMD-check
  • Removes docs folder in favour of github-pages branch
  • Returns NA for NULL refcode
  • Adds refcodes to sysdata.rda
  • Removes superfluous R/data.R
  • Rounds vectors y and z explicitly
  • Adds make_agegrid() to calculate age grids
  • Adds an article looking into more compact WHO Standards
  • Make package more self-standing
  • Adds specification of RIF format in vignette
  • Improves documentation for WHO standard
  • Tweak examples so as to use only internal data
  • Introduce informal S3 class reference
  • Make argument refcode accept object of class reference
  • Major rewrite including several breaking changes
  • Renames the package to centile
  • Renames y() and z() to z2y() and y2z()
  • Introduces y2p() and p2y()
  • Renames read_ref() to import_rif()
  • Allow for scalar x and refcode arguments in z() and y()