This repository was archived by the owner on Jan 19, 2026. It is now read-only.
forked from dtkaplan/checkr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
100 lines (99 loc) · 2.17 KB
/
NAMESPACE
File metadata and controls
100 lines (99 loc) · 2.17 KB
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
# Generated by roxygen2: do not edit by hand
S3method("%and%",checkr_result)
S3method("%or%",checkr_result)
S3method(print,checkr_result)
export("%and%")
export("%not_same_as%")
export("%or%")
export("%same_as%")
export(all_tests)
export(any_test)
export(arg_calling)
export(arg_is)
export(arg_number)
export(capture.code)
export(character_arg)
export(check)
export(check_argument)
export(check_binding)
export(check_blanks)
export(check_for_learnr)
export(check_function_calls)
export(checkr_tutor)
export(data_arg)
export(expand_all_chains)
export(expand_chain)
export(failed)
export(failif)
export(find_assignment)
export(find_call)
export(find_constants)
export(find_formula)
export(find_names)
export(first_arg)
export(for_checkr)
export(formula_arg)
export(formula_equals)
export(func_of)
export(function_arg)
export(grab_binding_anywhere)
export(grab_bindings)
export(if_empty_submission)
export(insist)
export(is_chain)
export(lhs_equals)
export(line_binding)
export(line_calling)
export(line_chaining)
export(line_where)
export(list_arg)
export(matrix_arg)
export(misconception)
export(n_args)
export(named_arg)
export(not)
export(noteif)
export(numeric_arg)
export(ok)
export(parse_check)
export(passed)
export(passif)
export(pre_check)
export(print_function_contents)
export(rhs_contains)
export(rhs_equals)
export(same_name)
export(table_arg)
export(trig_radian_check)
export(two_sided)
export(vector_arg)
importFrom(dplyr,filter)
importFrom(magrittr,"%>%")
importFrom(rlang,call2)
importFrom(rlang,call_args)
importFrom(rlang,call_args_names)
importFrom(rlang,call_name)
importFrom(rlang,caller_env)
importFrom(rlang,child_env)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,eval_bare)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,expr_text)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,get_expr)
importFrom(rlang,is_call)
importFrom(rlang,is_formula)
importFrom(rlang,is_function)
importFrom(rlang,is_lang)
importFrom(rlang,is_quosure)
importFrom(rlang,lang)
importFrom(rlang,new_quosure)
importFrom(rlang,quo)
importFrom(rlang,quo_expr)
importFrom(rlang,quos)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)