Add a tol argument to is_in_range

Issue #5 new
Richard Cotton repo owner created an issue

stats:::quantile.default checks for values of prob in range (-eps, 1 + eps). So it seems like being able to write assert_is_proportion(prob, tol = 100 * .Machine$double.eps) would be nice.

Comments (0)

  1. Log in to comment