-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 975 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 975 Bytes
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
# Generated by roxygen2: do not edit by hand
export(generate_questions)
export(get_golem_options)
export(mod_add_user_score_server)
export(mod_add_user_score_ui)
export(mod_hello_server)
export(mod_hello_ui)
export(mod_playagain_server)
export(mod_playagain_ui)
export(mod_question_server)
export(mod_question_ui)
export(mod_realtime_score_server)
export(mod_realtime_score_ui)
export(mod_timer_server)
export(mod_timer_ui)
export(run_app)
export(run_app_old)
import(dplyr)
import(shiny)
import(shinydashboard)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(ethercalc,ec_edit)
importFrom(ethercalc,ec_read)
importFrom(lubridate,seconds_to_period)
importFrom(shiny,NS)
importFrom(shiny,addResourcePath)
importFrom(shiny,getShinyOption)
importFrom(shiny,tagList)
importFrom(shinyjs,addCssClass)
importFrom(shinyjs,click)
importFrom(shinyjs,delay)
importFrom(shinyjs,disable)
importFrom(shinyjs,removeCssClass)
importFrom(utils,read.table)