- Adds
calculate_centile_table()
for generating a table of centiles from a reference
- Sets
RoxygenNote
to 7.3.1
- Replaces
BCT()
by robust internalpBCT()
andqBCT()
- 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
forNULL
refcode
- Adds
refcodes
tosysdata.rda
- Removes superfluous
R/data.R
- Rounds vectors
y
andz
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 classreference
- Major rewrite including several breaking changes
- Renames the package to
centile
- Renames
y()
andz()
toz2y()
andy2z()
- Introduces
y2p()
andp2y()
- Renames
read_ref()
toimport_rif()
- Allow for scalar
x
andrefcode
arguments inz()
andy()
- Adds
rule
argument toz()
andy()
- Adds
pkg
andverbose
arguments toz()
,y()
andload_reference()
- Weeds out imports
- Extends functionality of
load_reference()
to loaded packages - Adds test for
load_reference()
- Clean-up
globalVariables()
- Includes basic functionality
- Adds a
NEWS.md
file to track changes to the package.
- First commit from template