forked from swirldev/swirl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(bye)
export(delete_progress)
export(email_admin)
export(info)
export(install_course)
export(install_course_directory)
export(install_course_dropbox)
export(install_course_github)
export(install_course_google_drive)
export(install_course_url)
export(install_course_zip)
export(install_from_swirl)
export(is_robust_match)
export(main)
export(nxt)
export(play)
export(reset)
export(restart)
export(rmatch_calls)
export(select_language)
export(skip)
export(submit)
export(swirl)
export(swirl_options)
export(uninstall_all_courses)
export(uninstall_course)
export(zip_course)
importFrom(RCurl,base64)
importFrom(RCurl,getForm)
importFrom(RCurl,postForm)
importFrom(digest,digest)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,progress)
importFrom(methods,is)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_locate)
importFrom(stringr,str_match)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_trim)
importFrom(testthat,compare)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(yaml,yaml.load)
importFrom(yaml,yaml.load_file)