-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
56 lines (55 loc) · 1.37 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("[<-",hms)
S3method("[[",hms)
S3method("units<-",hms)
S3method(as.POSIXct,hms)
S3method(as.POSIXlt,hms)
S3method(as.character,hms)
S3method(as.hms,POSIXlt)
S3method(as.hms,POSIXt)
S3method(as.hms,default)
S3method(as_hms,default)
S3method(c,hms)
S3method(format,hms)
S3method(print,hms)
S3method(unique,hms)
S3method(vec_cast,hms)
S3method(vec_cast.POSIXct,hms)
S3method(vec_cast.POSIXlt,hms)
S3method(vec_cast.character,hms)
S3method(vec_cast.difftime,hms)
S3method(vec_cast.double,hms)
S3method(vec_cast.hms,POSIXct)
S3method(vec_cast.hms,POSIXlt)
S3method(vec_cast.hms,character)
S3method(vec_cast.hms,default)
S3method(vec_cast.hms,difftime)
S3method(vec_cast.hms,double)
S3method(vec_cast.hms,hms)
S3method(vec_cast.hms,integer)
S3method(vec_cast.integer,hms)
S3method(vec_ptype2,hms)
S3method(vec_ptype2.difftime,hms)
S3method(vec_ptype2.hms,default)
S3method(vec_ptype2.hms,difftime)
S3method(vec_ptype2.hms,hms)
S3method(vec_ptype_abbr,hms)
S3method(vec_ptype_full,hms)
export(as.hms)
export(as_hms)
export(hms)
export(is.hms)
export(is_hms)
export(new_hms)
export(parse_hm)
export(parse_hms)
export(round_hms)
export(trunc_hms)
export(vec_cast.hms)
export(vec_ptype2.hms)
import(rlang)
import(vctrs)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,expect_deprecated)
importFrom(methods,setOldClass)
importFrom(pkgconfig,get_config)