-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 952 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(extract,simex)
S3method(plot,simex)
S3method(print,simex)
S3method(summary,simex)
export(age_to_ifr)
export(extract)
export(get_parameters)
export(run_model)
export(run_shiny)
export(vis_comparison)
import(bslib)
import(dplyr)
import(ggplot2)
import(highcharter)
import(purrr)
import(shiny)
import(tidyr)
importFrom(abind,abind)
importFrom(deSolve,ode)
importFrom(forcats,fct_inorder)
importFrom(gbRd,Rdo_args2txt)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,divide_by)
importFrom(scales,percent)
importFrom(shinyMatrix,matrixInput)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,setBackgroundColor)
importFrom(shinyWidgets,switchInput)
importFrom(shinyjs,click)
importFrom(shinyjs,useShinyjs)
importFrom(stats,uniroot)
importFrom(stringr,str_remove)
importFrom(stringr,str_to_title)
importFrom(waiter,spin_3)
importFrom(waiter,waiter_preloader)