-
Notifications
You must be signed in to change notification settings - Fork 47
/
NAMESPACE
41 lines (40 loc) · 942 Bytes
/
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(add_license)
export(add_to_manifest)
export(count_questions)
export(demo_lesson)
export(find_questions)
export(get_current_lesson)
export(google_form_decode)
export(lesson_to_html)
export(make_pathname)
export(new_lesson)
export(pack_course)
export(set_lesson)
export(swirl_courses_dir)
export(swirlify)
export(test_course)
export(test_lesson)
export(testit)
export(unpack_course)
export(wq_command)
export(wq_figure)
export(wq_message)
export(wq_multiple)
export(wq_numerical)
export(wq_script)
export(wq_text)
export(wq_video)
import(shiny)
import(shinyAce)
import(swirl)
importFrom(base64enc,base64decode)
importFrom(readr,read_csv)
importFrom(rmarkdown,render)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(swirl,install_course_directory)
importFrom(swirl,swirl)
importFrom(whisker,whisker.render)
importFrom(yaml,yaml.load_file)