-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(assign_groups)
export(calculate_power_t2error)
export(calculate_t1_error)
export(get_ordinalsimr_options)
export(ordinal_tests)
export(parse_ratio_text)
export(plot_distribution_results)
export(plot_power)
export(run_app)
export(run_simulations)
export(set_ordinalsimr_options)
import(assertthat)
import(bslib)
import(dplyr)
import(ggplot2)
import(shiny)
import(shinycssloaders)
import(shinydashboard)
import(tidyr)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(rhandsontable,hot_to_r)
importFrom(rhandsontable,rHandsontableOutput)
importFrom(rhandsontable,renderRHandsontable)
importFrom(rhandsontable,rhandsontable)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,numericRangeInput)
importFrom(utils,zip)
importFrom(withr,with_seed)