/usr/lib/R/site-library/testthat/NAMESPACE is in r-cran-testthat 1.0.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | # Generated by roxygen2: do not edit by hand
S3method(as.data.frame,testthat_results)
S3method(as.expectation,default)
S3method(as.expectation,error)
S3method(as.expectation,expectation)
S3method(as.expectation,logical)
S3method(as.expectation,skip)
S3method(as.expectation,warning)
S3method(compare,POSIXt)
S3method(compare,character)
S3method(compare,default)
S3method(compare,numeric)
S3method(format,expectation)
S3method(format,expectation_error)
S3method(format,expectation_success)
S3method(format,mismatch_character)
S3method(format,mismatch_numeric)
S3method(print,comparison)
S3method(print,expectation)
S3method(print,mismatch_character)
S3method(print,mismatch_numeric)
S3method(print,testthat_results)
export("%>%")
export(CheckReporter)
export(FailReporter)
export(ListReporter)
export(MinimalReporter)
export(MultiReporter)
export(Reporter)
export(RstudioReporter)
export(SilentReporter)
export(StopReporter)
export(SummaryReporter)
export(TapReporter)
export(TeamcityReporter)
export(auto_test)
export(auto_test_package)
export(capture_messages)
export(capture_output)
export(capture_warnings)
export(compare)
export(context)
export(describe)
export(equals)
export(equals_reference)
export(evaluate_promise)
export(expect)
export(expect_cpp_tests_pass)
export(expect_equal)
export(expect_equal_to_reference)
export(expect_equivalent)
export(expect_error)
export(expect_failure)
export(expect_false)
export(expect_gt)
export(expect_gte)
export(expect_identical)
export(expect_is)
export(expect_length)
export(expect_less_than)
export(expect_lt)
export(expect_lte)
export(expect_match)
export(expect_message)
export(expect_more_than)
export(expect_named)
export(expect_null)
export(expect_output)
export(expect_output_file)
export(expect_s3_class)
export(expect_s4_class)
export(expect_silent)
export(expect_success)
export(expect_that)
export(expect_true)
export(expect_type)
export(expect_warning)
export(expectation)
export(fail)
export(find_test_scripts)
export(get_reporter)
export(gives_warning)
export(has_names)
export(is.expectation)
export(is_a)
export(is_equivalent_to)
export(is_false)
export(is_identical_to)
export(is_less_than)
export(is_more_than)
export(is_null)
export(is_true)
export(make_expectation)
export(matches)
export(not)
export(prints_text)
export(set_reporter)
export(shows_message)
export(skip)
export(skip_if_not)
export(skip_if_not_installed)
export(skip_on_appveyor)
export(skip_on_bioc)
export(skip_on_cran)
export(skip_on_os)
export(skip_on_travis)
export(source_dir)
export(source_file)
export(source_test_helpers)
export(succeed)
export(takes_less_than)
export(test_check)
export(test_dir)
export(test_env)
export(test_example)
export(test_examples)
export(test_file)
export(test_package)
export(test_path)
export(test_that)
export(throws_error)
export(try_again)
export(use_catch)
export(watch)
export(with_mock)
export(with_reporter)
importFrom(R6,R6Class)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(magrittr,"%>%")
useDynLib(testthat,duplicate_)
useDynLib(testthat,find_label_)
useDynLib(testthat,reassign_function)
|