-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export(annotate_errors)
export(code_carryover_effects)
export(code_threshold_error)
export(demoEditor)
export(flag_potential_errors)
export(get_example_f0_data)
export(hz_to_semitones)
export(openEditor)
export(submitTextInput)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(htmltools,css)
importFrom(htmltools,div)
importFrom(htmltools,span)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,req)
importFrom(shiny,singleton)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(stats,median)
importFrom(utils,head)