Releases: reconhub/epitrix
Releases · reconhub/epitrix
Epitrix 0.3.0
epitrix 0.3.0
New Functions
emperical_incubation_dist()
will estimate the empirical incubation
distribution if given a data frame with dates of onset and a range of
exposure dates (@ffinger, #13)fit_gamma_incubation_dist()
wrapsempirical_incubation_dist()
and
fit_disc_gamma()
to fit a discretized gamma distribution to the empirical
incubation distribution results (@ffinger, #13).
New Features
clean_labels()
gains theprotect
argument to protect meaningful symbols
in the data.hash_names()
now has thehashfun
option that allows users to specify
either a "fast" or "secure" hashing function to use (@zkamvar, #21).
New Vignettes
- "Estimating Incubation Period" shows the use of empirical incubation dist.
New Imports
- functions from
dplyr
,purrr
,rlang
, andtidyr
are now imported.
Bug Fix
clean_labels()
can now handle non-latin characters and gains thetrans_id
argument, which allows the user to customise the transformations
(see #19 for details).
0.1.2
logs for new version
First CRAN version
Version submitted to CRAN for the first time.