-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
52 lines (51 loc) · 1.28 KB
/
NAMESPACE
File metadata and controls
52 lines (51 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(check_profile)
export(class_aa)
export(class_logins)
export(get_all_data)
export(get_data)
export(get_github_data)
export(get_grade_data)
export(get_grade_dir)
export(get_grid_data)
export(get_profile)
export(h5p_prog)
export(is_correct_query)
export(is_github_user)
export(learnr_prog)
export(plot_grade)
export(plot_progression)
export(profile_from_query)
export(query_params_list)
export(report_progress)
export(run_progress_report)
export(shiny_prog)
export(user_login)
import(shiny)
importFrom(RCurl,url.exists)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_nudge)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_y_discrete)
importFrom(mongolite,mongo)
importFrom(rlang,.data)
importFrom(utils,URLencode)
importFrom(utils,browseURL)