-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
S3method(frame_calendar,default)
S3method(frame_calendar,grouped_df)
S3method(frame_calendar,grouped_ts)
S3method(frame_calendar,tbl_ts)
S3method(prettify,ggplot)
S3method(prettify,plotly)
export("%>%")
export(FacetCalendar)
export(GeomAcf)
export(draw_key_acf)
export(facet_calendar)
export(frame_calendar)
export(geom_acf)
export(prettify)
export(stat_acf)
export(vars)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_size)
importFrom(dplyr,groups)
importFrom(dplyr,if_else)
importFrom(dplyr,is.grouped_df)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,FacetWrap)
importFrom(ggplot2,GeomLabel)
importFrom(ggplot2,GeomText)
importFrom(ggplot2,aes)
importFrom(ggplot2,draw_key_path)
importFrom(ggplot2,draw_key_rect)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggproto_parent)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,layer)
importFrom(ggplot2,resolution)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,wrap_dims)
importFrom(grid,gList)
importFrom(grid,grobTree)
importFrom(gtable,gtable_add_cols)
importFrom(gtable,gtable_add_rows)
importFrom(lubridate,"month<-")
importFrom(lubridate,as_date)
importFrom(lubridate,days)
importFrom(lubridate,days_in_month)
importFrom(lubridate,isoweek)
importFrom(lubridate,mday)
importFrom(lubridate,month)
importFrom(lubridate,wday)
importFrom(lubridate,weeks)
importFrom(lubridate,year)