-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
30 lines (29 loc) · 829 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
# Generated by roxygen2: do not edit by hand
export(msmb_html)
export(msmb_html_book)
export(question)
export(question_begin)
export(question_end)
export(solution)
export(solution_begin)
export(solution_end)
importFrom(bookdown,html_chapters)
importFrom(bookdown,resolve_refs_html)
importFrom(htmltools,htmlDependency)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_which)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_add_parent)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_replace)