1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
# Generated by roxygen2: do not edit by hand
S3method(merge,list)
S3method(print,scalar_with_cause)
S3method(print,vector_with_cause)
export("cause<-")
export(are_identical)
export(are_identical_legacy)
export(assert_all_are_false)
export(assert_all_are_identical_legacy)
export(assert_all_are_na)
export(assert_all_are_not_false)
export(assert_all_are_not_na)
export(assert_all_are_not_true)
export(assert_all_are_true)
export(assert_any_are_false)
export(assert_any_are_identical_legacy)
export(assert_any_are_na)
export(assert_any_are_not_false)
export(assert_any_are_not_na)
export(assert_any_are_not_true)
export(assert_any_are_true)
export(assert_are_identical)
export(assert_engine)
export(assert_is_identical_to_false)
export(assert_is_identical_to_na)
export(assert_is_identical_to_true)
export(assertionError)
export(assertionMessage)
export(assertionWarning)
export(bapply)
export(call_and_name)
export(cause)
export(coerce_to)
export(dont_stop)
export(false)
export(get_name_in_parent)
export(is2)
export(is_false)
export(is_identical_to_false)
export(is_identical_to_na)
export(is_identical_to_true)
export(is_na)
export(is_not_false)
export(is_not_na)
export(is_not_true)
export(is_true)
export(merge_dots_with_list)
export(na)
export(parenthesise)
export(parenthesize)
export(print_and_capture)
export(safe_deparse)
export(set_cause)
export(strip_attributes)
export(use_first)
importFrom(methods,as)
importFrom(methods,is)
importFrom(utils,capture.output)
importFrom(utils,head)
|