-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
116 lines (115 loc) · 2.56 KB
/
NAMESPACE
File metadata and controls
116 lines (115 loc) · 2.56 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
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
S3method("%><%",mdate)
S3method("%>=<%",mdate)
S3method("%g%",mdate)
S3method("%ge%",mdate)
S3method("%intersect%",mdate)
S3method("%l%",mdate)
S3method("%le%",mdate)
S3method("%union%",mdate)
S3method("+",mdate)
S3method("-",mdate)
S3method("<",mdate)
S3method("<=",mdate)
S3method(">",mdate)
S3method(">=",mdate)
S3method("[",mdate)
S3method("[<-",mdate)
S3method("[[",mdate)
S3method("[[<-",mdate)
S3method(as.Date,mdate)
S3method(as.POSIXct,mdate)
S3method(as.POSIXlt,mdate)
S3method(as.data.frame,mdate)
S3method(as.double,mdate)
S3method(as.list,mdate)
S3method(as_messydate,Date)
S3method(as_messydate,POSIXct)
S3method(as_messydate,POSIXlt)
S3method(as_messydate,character)
S3method(as_messydate,list)
S3method(as_messydate,mdate)
S3method(as_messydate,numeric)
S3method(c,mdate)
S3method(max,mdate)
S3method(mean,mdate)
S3method(median,mdate)
S3method(messyduration,character)
S3method(messyduration,mdate)
S3method(min,mdate)
S3method(modal,mdate)
S3method(precision,mdate)
S3method(print,mdate)
S3method(print,mdates_duration)
S3method(random,character)
S3method(random,mdate)
S3method(rep,mdate)
S3method(seq,mdate)
S3method(vmax,mdate)
S3method(vmean,mdate)
S3method(vmedian,mdate)
S3method(vmin,mdate)
S3method(vmodal,mdate)
S3method(vrandom,mdate)
export("%><%")
export("%>=<%")
export("%g%")
export("%ge%")
export("%intersect%")
export("%l%")
export("%le%")
export("%union%")
export(as_approximate)
export(as_messydate)
export(as_uncertain)
export(contract)
export(day)
export(expand)
export(is_approximate)
export(is_bce)
export(is_element)
export(is_intersecting)
export(is_messydate)
export(is_precise)
export(is_similar)
export(is_subset)
export(is_uncertain)
export(make_messydate)
export(md_intersect)
export(md_multiset)
export(md_union)
export(mdate)
export(messyduration)
export(modal)
export(month)
export(new_messydate)
export(new_messyduration)
export(on_or_after)
export(on_or_before)
export(precision)
export(random)
export(validate_messydate)
export(validate_messyduration)
export(vmax)
export(vmean)
export(vmedian)
export(vmin)
export(vmodal)
export(vrandom)
export(year)
importFrom(dplyr,first)
importFrom(dplyr,last)
importFrom(dplyr,lead)
importFrom(dplyr,tibble)
importFrom(lubridate,NA_Date_)
importFrom(lubridate,as_date)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(purrr,map)
importFrom(purrr,pmap_chr)
importFrom(stats,median)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(utils,str)