-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
101 lines (100 loc) · 3.17 KB
/
NAMESPACE
File metadata and controls
101 lines (100 loc) · 3.17 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Generated by roxygen2: do not edit by hand
S3method(format,yeartrimester)
S3method(index_valid,yeartrimester)
S3method(intersect,yeartrimester)
S3method(interval_pull,yeartrimester)
S3method(is.numeric,yeartrimester)
S3method(obj_print_data,yeartrimester)
S3method(obj_print_footer,yeartrimester)
S3method(seq,yeartrimester)
S3method(setdiff,yeartrimester)
S3method(tz,yeartrimester)
S3method(union,yeartrimester)
S3method(vec_arith,yeartrimester)
S3method(vec_arith.numeric,yeartrimester)
S3method(vec_arith.yeartrimester,MISSING)
S3method(vec_arith.yeartrimester,default)
S3method(vec_arith.yeartrimester,numeric)
S3method(vec_arith.yeartrimester,yeartrimester)
S3method(vec_cast,Date.yeartrimester)
S3method(vec_cast,POSIXct.yeartrimester)
S3method(vec_cast,POSIXlt.yeartrimester)
S3method(vec_cast,character.yeartrimester)
S3method(vec_cast,double.yeartrimester)
S3method(vec_cast,yeartrimester)
S3method(vec_cast,yeartrimester.yeartrimester)
S3method(vec_ptype2,Date.yeartrimester)
S3method(vec_ptype2,POSIXct.yeartrimester)
S3method(vec_ptype2,yeartrimester)
S3method(vec_ptype2,yeartrimester.Date)
S3method(vec_ptype2,yeartrimester.POSIXct)
S3method(vec_ptype2,yeartrimester.yeartrimester)
S3method(vec_ptype_abbr,yeartrimester)
S3method(yeartrimester,"NULL")
S3method(yeartrimester,Date)
S3method(yeartrimester,POSIXct)
S3method(yeartrimester,POSIXlt)
S3method(yeartrimester,character)
S3method(yeartrimester,default)
S3method(yeartrimester,logical)
S3method(yeartrimester,numeric)
S3method(yeartrimester,yearmonth)
S3method(yeartrimester,yeartrimester)
S3method(yeartrimester,yearweek)
export(academic_year)
export(intersect)
export(is_yeartrimester)
export(make_yeartrimester)
export(scale_alpha_yeartrimester)
export(scale_color_yeartrimester)
export(scale_colour_yeartrimester)
export(scale_fill_yeartrimester)
export(scale_size_yeartrimester)
export(scale_x_yeartrimester)
export(scale_y_yeartrimester)
export(seasonal_trimester)
export(setdiff)
export(trimester)
export(union)
export(yeartrimester)
import(rlang)
import(tidyselect)
import(vctrs)
importFrom(anytime,addFormats)
importFrom(anytime,anydate)
importFrom(anytime,assertDate)
importFrom(anytime,assertTime)
importFrom(anytime,removeFormats)
importFrom(anytime,utcdate)
importFrom(anytime,utctime)
importFrom(generics,intersect)
importFrom(generics,setdiff)
importFrom(generics,union)
importFrom(lubridate,"month<-")
importFrom(lubridate,add_with_rollback)
importFrom(lubridate,as.period)
importFrom(lubridate,as_date)
importFrom(lubridate,days)
importFrom(lubridate,floor_date)
importFrom(lubridate,force_tz)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,make_date)
importFrom(lubridate,month)
importFrom(lubridate,period)
importFrom(lubridate,quarter)
importFrom(lubridate,rollback)
importFrom(lubridate,seconds_to_period)
importFrom(lubridate,today)
importFrom(lubridate,tz)
importFrom(lubridate,wday)
importFrom(lubridate,weeks)
importFrom(lubridate,year)
importFrom(methods,setMethod)
importFrom(tsibble,gcd_interval)
importFrom(tsibble,index_valid)
importFrom(tsibble,interval_pull)
importFrom(tsibble,new_interval)
importMethodsFrom(lubridate,as.duration)
importMethodsFrom(lubridate,as.period)