Skip to content

Epitrix 0.3.0

Latest
Compare
Choose a tag to compare
@zkamvar zkamvar released this 14 May 11:08
· 51 commits to master since this release
e8aabf1

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).