-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
80 lines (79 loc) · 2 KB
/
Copy pathNAMESPACE
File metadata and controls
80 lines (79 loc) · 2 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(DI_plot)
export(M_estimate)
export(QHampel)
export(bar_plots)
export(calc.zValue.new)
export(calculate_aberr_table)
export(calculate_characteristic_limits)
export(calculate_genome_factor)
export(calculate_trans_rate_manual)
export(calculate_trans_rate_sigurdson)
export(curves_plot)
export(dose_boxplot)
export(estimate_hetero_mixed_poisson)
export(estimate_partial_body_dolphin)
export(estimate_whole_body_delta)
export(estimate_whole_body_merkle)
export(fit)
export(fun.estimate.criticality)
export(plot_deviation_all)
export(plot_estimated_dose_curve)
export(plot_estimated_dose_curve_mx)
export(plot_fit_dose_curve)
export(plot_interlab_deviation)
export(plot_interlab_v2)
export(plot_triage)
export(plot_triage_interlab)
export(plot_zscore_all)
export(project_yield)
export(protracted_g_function)
export(run_app)
export(summary_curve_tables)
export(u_test_plot)
export(yield_boxplot)
import(dplyr)
import(ggplot2)
import(msm)
import(openxlsx)
import(pdftools)
import(readr)
import(rhandsontable)
import(shiny)
import(shinyWidgets)
import(shinydashboard)
import(tidyr)
import(utils)
importFrom(MASS,hubers)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,stripchart)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(shiny,HTML)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,reshape)
importFrom(stats,setNames)