-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
64 lines (63 loc) · 1.57 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
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
S3method(format,era)
S3method(format,era_year)
S3method(obj_print_footer,era_yr)
S3method(obj_print_header,era_yr)
S3method(pillar_shaft,era)
S3method(pillar_shaft,era_year)
S3method(pillar_shaft,era_yr)
S3method(vec_arith,era_yr)
S3method(vec_arith.era_yr,MISSING)
S3method(vec_arith.era_yr,default)
S3method(vec_arith.era_yr,era_yr)
S3method(vec_arith.era_yr,numeric)
S3method(vec_arith.numeric,era_yr)
S3method(vec_cast,character.era_yr)
S3method(vec_cast,double.era_yr)
S3method(vec_cast,era.era)
S3method(vec_cast,era_yr.character)
S3method(vec_cast,era_yr.double)
S3method(vec_cast,era_yr.era_yr)
S3method(vec_cast,era_yr.integer)
S3method(vec_cast,integer.era_yr)
S3method(vec_proxy_equal,era)
S3method(vec_ptype2,double.era_yr)
S3method(vec_ptype2,era.era)
S3method(vec_ptype2,era_yr.double)
S3method(vec_ptype2,era_yr.era_yr)
S3method(vec_ptype2,era_yr.integer)
S3method(vec_ptype2,integer.era_yr)
S3method(vec_ptype_abbr,era_yr)
S3method(vec_ptype_full,era_yr)
export("yr_era<-")
export(era)
export(era_direction)
export(era_epoch)
export(era_label)
export(era_name)
export(era_scale)
export(era_unit)
export(era_year)
export(era_year_days)
export(era_year_label)
export(eras)
export(is_era)
export(is_era_year)
export(is_valid_era)
export(is_valid_yr)
export(is_yr)
export(this_year)
export(validate_era)
export(validate_yr)
export(yr)
export(yr_earliest)
export(yr_era)
export(yr_latest)
export(yr_range)
export(yr_set_era)
export(yr_sort)
export(yr_transform)
import(rlang)
import(vctrs)
importFrom(methods,setOldClass)
importFrom(pillar,pillar_shaft)