-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(SI_ode)
export(plot_historic_prop_pul_tb)
export(plot_historic_tb_ew)
export(plot_model)
export(pretty_figref)
export(pretty_table)
export(pretty_tabref)
export(solve_ode)
export(summarise_model)
import(ggplot2)
import(magrittr)
import(viridis)
importFrom(deSolve,lsoda)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(magrittr,"%>%")
importFrom(plotly,plotly_build)
importFrom(prettypublisher,pretty_figref)
importFrom(prettypublisher,pretty_table)
importFrom(prettypublisher,pretty_tabref)
importFrom(purrr,map)
importFrom(scales,extended_breaks)
importFrom(scales,percent)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)