-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(seq,qtr)
S3method(vec_arith,qtr)
S3method(vec_arith.qtr,default)
S3method(vec_arith.qtr,double)
S3method(vec_arith.qtr,qtr)
S3method(vec_cast,qtr)
S3method(vec_cast.character,qtr)
S3method(vec_cast.double,qtr)
S3method(vec_cast.integer,qtr)
S3method(vec_cast.qtr,character)
S3method(vec_cast.qtr,default)
S3method(vec_cast.qtr,double)
S3method(vec_cast.qtr,qtr)
S3method(vec_proxy_compare,qtr)
S3method(vec_proxy_equal,qtr)
S3method(vec_ptype2,double.qtr)
S3method(vec_ptype2,qtr)
S3method(vec_ptype2,qtr.double)
S3method(vec_ptype2,qtr.integer)
S3method(vec_ptype2,qtr.qtr)
S3method(vec_ptype2.character,qtr)
S3method(vec_ptype2.integer,qtr)
S3method(vec_ptype2.qtr,integer)
S3method(vec_ptype2.qtr,qtr)
export(as_qtr)
export(is_qtr)
export(new_qtr)
export(origins_check)
export(qtr)
export(qtr_convert)
export(qtr_current)
export(qtr_end)
export(qtr_origin)
export(qtr_qtr)
export(qtr_start)
export(qtr_year)
export(qtr_yq)
export(vec_arith.qtr)
export(vec_cast.qtr)
export(vec_proxy_compare.qtr)
export(vec_proxy_equal.qtr)
export(vec_ptype2.qtr)
importFrom(methods,setOldClass)
importFrom(vctrs,vec_arith)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_cast.character)
importFrom(vctrs,vec_cast.double)
importFrom(vctrs,vec_cast.integer)
importFrom(vctrs,vec_proxy_compare)
importFrom(vctrs,vec_proxy_equal)
importFrom(vctrs,vec_ptype2)
importFrom(vctrs,vec_ptype2.character)
importFrom(vctrs,vec_ptype2.double)
importFrom(vctrs,vec_ptype2.integer)