-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
49 lines (48 loc) · 1.24 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
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
S3method(print,nih.joinpoint)
S3method(summary,nih.joinpoint)
export(browse)
export(export_options)
export(get_tempdir)
export(joinpoint)
export(jp_plot)
export(run_options)
import(cli)
import(purrr)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,na_if)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(forcats,as_factor)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,ylim)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(janitor,clean_names)
importFrom(patchwork,wrap_plots)
importFrom(readr,read_delim)
importFrom(readr,read_file)
importFrom(readr,write_delim)
importFrom(rlang,":=")
importFrom(rlang,dots_list)
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(stringr,str_remove_all)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tidyselect,any_of)
importFrom(tidyselect,eval_select)
importFrom(utils,packageVersion)
importFrom(zoo,na.locf)