-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (33 loc) · 842 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(cycle_time,Duration)
S3method(cycle_time,difftime)
S3method(cycle_time,hms)
S3method(cycle_time,numeric)
S3method(round_time,Duration)
S3method(round_time,POSIXct)
S3method(round_time,POSIXlt)
S3method(round_time,difftime)
S3method(round_time,hms)
export(assign_date)
export(change_date)
export(change_day)
export(change_month)
export(change_year)
export(convert_to_unit)
export(cycle_time)
export(int_duration)
export(longer_duration)
export(longer_int)
export(round_time)
export(shorter_duration)
export(shorter_int)
export(sum_time)
export(vct_sum_time)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(hms,hms)
importFrom(lifecycle,deprecate_soft)
importFrom(lubridate,"%within%")
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(lubridate,period)