-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
117 lines (116 loc) · 3.12 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,lints)
S3method(format,name)
export(anything_equal)
export(check_whitelist)
export(compile_grades)
export(find_all_functions)
export(fix_abs_path)
export(fix_abs_paths)
export(fix_headings)
export(get_bid)
export(get_current_students)
export(get_illegal_conditionals)
export(get_illegal_functions)
export(get_illegal_loops)
export(get_question_locations)
export(get_whitelist)
export(grade_all_style)
export(grade_functions)
export(grade_regex)
export(grading_demo)
export(grading_setup)
export(knit_submissions)
export(make_data_row)
export(make_final_row)
export(make_head_row)
export(make_html_snippet)
export(make_late_adj)
export(make_my_lintrs)
export(make_raw_row)
export(make_report)
export(make_stats_20_lintrs)
export(make_style_adj)
export(make_style_row)
export(make_styled_submissions)
export(make_table)
export(make_total_row)
export(pattern_checker)
export(plot_grade_distribution)
export(process_lints)
export(process_student_auto)
export(process_student_regex)
export(review_grading)
export(robust_source)
export(scoring_function)
export(show_whitelist)
importFrom(R.utils,withTimeout)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_map)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,rect)
importFrom(graphics,title)
importFrom(knitr,purl)
importFrom(lintr,Lint)
importFrom(lintr,T_and_F_symbol_linter)
importFrom(lintr,default_linters)
importFrom(lintr,default_undesirable_functions)
importFrom(lintr,get_source_expressions)
importFrom(lintr,ids_with_token)
importFrom(lintr,lint)
importFrom(lintr,semicolon_terminator_linter)
importFrom(lintr,undesirable_function_linter)
importFrom(lintr,undesirable_operator_linter)
importFrom(lintr,unneeded_concatenation_linter)
importFrom(lintr,with_defaults)
importFrom(lintr,with_id)
importFrom(pbapply,pblapply)
importFrom(plyr,alply)
importFrom(purrr,quietly)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(readr,write_csv)
importFrom(rex,re_matches)
importFrom(rex,re_substitutes)
importFrom(rex,rex)
importFrom(rlang,parse_expr)
importFrom(rmarkdown,render)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tidyr,pivot_longer)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)