You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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() wraps empirical_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 the protect argument to protect meaningful symbols
in the data.
hash_names() now has the hashfun 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, and tidyr are now imported.
Bug Fix
clean_labels() can now handle non-latin characters and gains the trans_id
argument, which allows the user to customise the transformations
(see #19 for details).