-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(browse_templates)
export(download_file)
export(download_ppt_final)
export(gen_dashboard_data)
export(gen_overview_data)
export(gen_ppt)
export(gen_questions_data)
export(get_latest)
export(get_latests)
export(get_osf_pat)
export(get_rally_base_path)
export(get_rally_content)
export(get_rally_content_cache)
export(get_rally_groups)
export(init_rally_engine)
importFrom(base64enc,base64decode)
importFrom(digest,digest)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(officer,add_slide)
importFrom(officer,fp_text)
importFrom(officer,layout_summary)
importFrom(officer,ph_add_par)
importFrom(officer,ph_add_text)
importFrom(officer,ph_empty_at)
importFrom(officer,ph_with_img_at)
importFrom(officer,read_pptx)
importFrom(officer,slide_summary)
importFrom(parsedate,parse_date)
importFrom(png,readPNG)
importFrom(utils,browseURL)
importFrom(utils,tail)
importFrom(whisker,whisker.render)
importFrom(yaml,yaml.load)