forked from carpentries/sandpaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
69 lines (68 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
export(build_episode_html)
export(build_episode_md)
export(build_handout)
export(build_lesson)
export(check_lesson)
export(create_episode)
export(create_episode_md)
export(create_episode_rmd)
export(create_lesson)
export(draft_episode_md)
export(draft_episode_rmd)
export(get_config)
export(get_drafts)
export(get_dropdown)
export(get_episodes)
export(get_instructors)
export(get_learners)
export(get_profiles)
export(get_syllabus)
export(known_languages)
export(manage_deps)
export(move_episode)
export(no_package_cache)
export(package_cache_trigger)
export(pin_version)
export(renv_diagnostics)
export(reset_episodes)
export(reset_site)
export(sandpaper_site)
export(serve)
export(set_config)
export(set_dropdown)
export(set_episodes)
export(set_instructors)
export(set_learners)
export(set_profiles)
export(strip_prefix)
export(template_citation)
export(template_conduct)
export(template_config)
export(template_contributing)
export(template_episode)
export(template_gitignore)
export(template_index)
export(template_license)
export(template_links)
export(template_metadata)
export(template_pkgdown)
export(template_placeholder)
export(template_pr_diff)
export(template_setup)
export(template_sidebar_item)
export(update_cache)
export(update_github_workflows)
export(update_varnish)
export(use_package_cache)
export(validate_lesson)
export(work_with_cache)
importFrom(assertthat,validate_that)
importFrom(rlang,is_interactive)
importFrom(tools,file_ext)
importFrom(tools,md5sum)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)