-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
106 lines (105 loc) · 2.84 KB
/
Copy pathNAMESPACE
File metadata and controls
106 lines (105 loc) · 2.84 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
102
103
104
105
106
# Generated by roxygen2: do not edit by hand
S3method(anyNA,phinterval)
S3method(as_duration,default)
S3method(as_duration,phinterval)
S3method(as_phinterval,Interval)
S3method(as_phinterval,default)
S3method(format,phinterval)
S3method(format,pillar_shaft_phinterval)
S3method(get_tzone,Interval)
S3method(get_tzone,default)
S3method(get_tzone,phinterval)
S3method(is.na,phinterval)
S3method(n_spans,Interval)
S3method(n_spans,default)
S3method(n_spans,phinterval)
S3method(obj_print_data,phinterval)
S3method(phint_end,Interval)
S3method(phint_end,default)
S3method(phint_end,phinterval)
S3method(phint_ends,Interval)
S3method(phint_ends,default)
S3method(phint_ends,phinterval)
S3method(phint_length,Interval)
S3method(phint_length,default)
S3method(phint_length,phinterval)
S3method(phint_lengths,Interval)
S3method(phint_lengths,default)
S3method(phint_lengths,phinterval)
S3method(phint_start,Interval)
S3method(phint_start,default)
S3method(phint_start,phinterval)
S3method(phint_starts,Interval)
S3method(phint_starts,default)
S3method(phint_starts,phinterval)
S3method(phint_unnest,Interval)
S3method(phint_unnest,default)
S3method(phint_unnest,phinterval)
S3method(pillar_shaft,phinterval)
S3method(vec_arith,phinterval)
S3method(vec_arith.phinterval,Duration)
S3method(vec_cast,phinterval.Interval)
S3method(vec_cast,phinterval.phinterval)
S3method(vec_proxy_equal,phinterval)
S3method(vec_ptype2,Interval.phinterval)
S3method(vec_ptype2,phinterval.Interval)
S3method(vec_ptype2,phinterval.phinterval)
S3method(vec_ptype_abbr,phinterval)
S3method(vec_ptype_full,phinterval)
export(NA_POSIXct_)
export(POSIXct)
export(as_duration)
export(as_phinterval)
export(datetime_flatten)
export(datetime_squash)
export(datetime_squash_by)
export(duration)
export(hole)
export(interval)
export(is_disjoint)
export(is_hole)
export(is_phinterval)
export(is_phintish)
export(is_recognized_tzone)
export(is_span)
export(n_spans)
export(phint_any_overlaps)
export(phint_complement)
export(phint_cumintersect)
export(phint_cumunion)
export(phint_discard_instants)
export(phint_end)
export(phint_ends)
export(phint_flatten)
export(phint_has_overlaps)
export(phint_intersect)
export(phint_invert)
export(phint_length)
export(phint_lengths)
export(phint_overlaps)
export(phint_setdiff)
export(phint_sift)
export(phint_squash)
export(phint_squash_by)
export(phint_start)
export(phint_starts)
export(phint_symmetric_setdiff)
export(phint_union)
export(phint_unnest)
export(phint_unoverlap)
export(phint_within)
export(phinterval)
export(tzdb_names)
export(tzdb_version)
import(rlang)
import(vctrs)
importFrom(Rcpp,sourceCpp)
importFrom(lubridate,NA_POSIXct_)
importFrom(lubridate,POSIXct)
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(methods,setOldClass)
importFrom(pillar,pillar_shaft)
importFrom(tzdb,tzdb_names)
importFrom(tzdb,tzdb_version)
useDynLib(phinterval, .registration = TRUE)