# Generated by roxygen2: do not edit by hand

export(assert_all_are_divisible_by)
export(assert_all_are_equal_to)
export(assert_all_are_even)
export(assert_all_are_finite)
export(assert_all_are_greater_than)
export(assert_all_are_greater_than_or_equal_to)
export(assert_all_are_imaginary)
export(assert_all_are_in_closed_range)
export(assert_all_are_in_left_open_range)
export(assert_all_are_in_open_range)
export(assert_all_are_in_range)
export(assert_all_are_in_right_open_range)
export(assert_all_are_infinite)
export(assert_all_are_less_than)
export(assert_all_are_less_than_or_equal_to)
export(assert_all_are_nan)
export(assert_all_are_negative)
export(assert_all_are_negative_infinity)
export(assert_all_are_non_negative)
export(assert_all_are_non_positive)
export(assert_all_are_not_equal_to)
export(assert_all_are_not_nan)
export(assert_all_are_odd)
export(assert_all_are_percentages)
export(assert_all_are_positive)
export(assert_all_are_positive_infinity)
export(assert_all_are_proportions)
export(assert_all_are_real)
export(assert_all_are_whole_numbers)
export(assert_all_numbers_are_whole_numbers)
export(assert_any_are_divisible_by)
export(assert_any_are_equal_to)
export(assert_any_are_even)
export(assert_any_are_finite)
export(assert_any_are_greater_than)
export(assert_any_are_greater_than_or_equal_to)
export(assert_any_are_imaginary)
export(assert_any_are_in_closed_range)
export(assert_any_are_in_left_open_range)
export(assert_any_are_in_open_range)
export(assert_any_are_in_range)
export(assert_any_are_in_right_open_range)
export(assert_any_are_infinite)
export(assert_any_are_less_than)
export(assert_any_are_less_than_or_equal_to)
export(assert_any_are_nan)
export(assert_any_are_negative)
export(assert_any_are_negative_infinity)
export(assert_any_are_non_negative)
export(assert_any_are_non_positive)
export(assert_any_are_not_equal_to)
export(assert_any_are_not_nan)
export(assert_any_are_odd)
export(assert_any_are_percentages)
export(assert_any_are_positive)
export(assert_any_are_positive_infinity)
export(assert_any_are_proportions)
export(assert_any_are_real)
export(assert_any_are_whole_numbers)
export(assert_any_numbers_are_whole_numbers)
export(is_divisible_by)
export(is_equal_to)
export(is_even)
export(is_finite)
export(is_greater_than)
export(is_greater_than_or_equal_to)
export(is_imaginary)
export(is_in_closed_range)
export(is_in_left_open_range)
export(is_in_open_range)
export(is_in_range)
export(is_in_right_open_range)
export(is_infinite)
export(is_less_than)
export(is_less_than_or_equal_to)
export(is_nan)
export(is_negative)
export(is_negative_infinity)
export(is_non_negative)
export(is_non_positive)
export(is_not_equal_to)
export(is_not_nan)
export(is_odd)
export(is_percentage)
export(is_positive)
export(is_positive_infinity)
export(is_proportion)
export(is_real)
export(is_whole_number)
importFrom(assertive.base,assert_engine)
importFrom(assertive.base,call_and_name)
importFrom(assertive.base,cause)
importFrom(assertive.base,coerce_to)
importFrom(assertive.base,false)
importFrom(assertive.base,get_name_in_parent)
importFrom(assertive.base,set_cause)
importFrom(assertive.base,strip_attributes)
importFrom(assertive.base,use_first)
importFrom(stats,setNames)
