forked from CTU-Bern/accrualPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.59 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
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,accrual_list)
S3method(plot,accrual_df)
S3method(print,accrual_df)
S3method(print,accrual_list)
S3method(summary,accrual_df)
export(accrual_create_df)
export(accrual_linear_model)
export(accrual_plot_abs)
export(accrual_plot_cum)
export(accrual_plot_predict)
export(accrual_predict)
export(accrual_table)
export(accrual_time_unit)
export(gg_accrual_plot_abs)
export(gg_accrual_plot_cum)
export(gg_accrual_plot_predict)
import(lubridate)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,vars)
importFrom(grDevices,gray.colors)
importFrom(grDevices,heat.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(grid,grobTree)
importFrom(grid,textGrob)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,aggregate)
importFrom(stats,lm)