-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(print,riddlr_result)
export(bootstrapify)
export(error_response)
export(grace_timeouts_response)
export(grade_riddle)
export(is_timeout_error)
export(modifyCssClasses)
export(opts)
export(parse_error_response)
export(parse_riddlr_dir_headers)
export(parse_riddlr_rmd)
export(riddle)
export(riddle_response_html)
export(riddle_ui)
export(riddlr_css)
export(run_riddle)
export(success_response)
export(timeout_response)
importFrom(markdown,markdownToHTML)
importFrom(memoise,memoise)
importFrom(rmarkdown,html_fragment)
importFrom(rmarkdown,render)
importFrom(rmarkdown,yaml_front_matter)
importFrom(shiny,HTML)
importFrom(shiny,addResourcePath)
importFrom(shiny,div)
importFrom(shiny,h2)
importFrom(shiny,is.reactive)
importFrom(shiny,observeEvent)
importFrom(shiny,reactiveVal)
importFrom(shiny,renderUI)
importFrom(shiny,setProgress)
importFrom(shiny,singleton)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,withProgress)
importFrom(shinyAce,aceAnnotate)
importFrom(shinyAce,aceAutocomplete)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,aceTooltip)
importFrom(utils,modifyList)