-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 826 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 826 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
# Generated by roxygen2: do not edit by hand
S3method(print,fred_equivalence_test_result)
export(assess_replication_outcome)
export(calculate_prediction_interval)
export(convert_effect_sizes)
export(load_fred_data)
export(run_annotator)
export(run_explorer)
export(test_equivalence_r)
export(update_offline_data)
export(use_FReD_offline)
import(DT, except = c(dataTableOutput, renderDataTable))
import(bslib)
import(checkmate)
import(dplyr)
import(ggplot2)
import(markdown)
import(plotly, except = c(last_plot))
import(shiny)
import(shinycssloaders)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(dplyr,sym)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(utils,browseURL)
importFrom(utils,download.file)