-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
122 lines (121 loc) · 3.05 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
export(._)
export(ans)
export(assignment)
export(assignment2)
export(assignment2_en)
export(assignment2_fr)
export(assignment_en)
export(assignment_fr)
export(challenge)
export(challenge2)
export(challenge2_en)
export(challenge2_fr)
export(challenge_en)
export(challenge_fr)
export(check_shiny_solution)
export(checker_ack_learnr)
export(clean_ex_toc)
export(config)
export(decrypt)
export(diagnose_login)
export(encrypt)
export(h5p)
export(launch_shiny)
export(learnitdownLearnrBanner)
export(learnitdownLearnrServer)
export(learnitdownLearnrSetup)
export(learnitdownShiny)
export(learnitdownShinyVersion)
export(learnitdown_init)
export(learnr)
export(lock)
export(obfuscate)
export(obfuscate_logical)
export(quitButton)
export(read_shinylogs)
export(record_learnr)
export(record_shiny)
export(run)
export(run_app)
export(send_mail_learnr)
export(show_ex_toc)
export(sign_in)
export(sign_out)
export(submitAnswerButton)
export(submitQuitButtons)
export(trackEvents)
export(trackQuit)
export(trackSubmit)
export(unlock)
export(update_pkg)
export(user_email)
export(user_name)
export(webshot_shiny)
importFrom(PKI,PKI.decrypt)
importFrom(PKI,PKI.digest)
importFrom(PKI,PKI.encrypt)
importFrom(getPass,getPass)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(jsonlite,base64_dec)
importFrom(jsonlite,base64_enc)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(keyring,key_get)
importFrom(keyring,key_set_with_value)
importFrom(learnr,answer)
importFrom(learnr,run_tutorial)
importFrom(learnr,tutorial_options)
importFrom(magick,image_composite)
importFrom(magick,image_crop)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(mongolite,mongo)
importFrom(remotes,install_github)
importFrom(shiny,actionButton)
importFrom(shiny,conditionalPanel)
importFrom(shiny,div)
importFrom(shiny,fluidRow)
importFrom(shiny,h1)
importFrom(shiny,h4)
importFrom(shiny,img)
importFrom(shiny,isolate)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,onSessionEnded)
importFrom(shiny,parseQueryString)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,stopApp)
importFrom(shiny,strong)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,updateActionButton)
importFrom(shiny,updateTextInput)
importFrom(shinylogs,read_rds_logs)
importFrom(shinylogs,store_rds)
importFrom(shinylogs,track_usage)
importFrom(shinytoastr,toastr_error)
importFrom(shinytoastr,toastr_info)
importFrom(shinytoastr,toastr_success)
importFrom(shinytoastr,toastr_warning)
importFrom(shinytoastr,useToastr)
importFrom(stats,runif)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,askYesNo)
importFrom(utils,compareVersion)
importFrom(utils,create.post)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,select.list)
importFrom(utils,write.csv)
importFrom(webshot,webshot)