This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
85 lines (84 loc) · 1.95 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,TimeIntervals)
S3method(as.data.frame,TimeSeries)
S3method(end,TimeIntervals)
S3method(end,TimeSeries)
S3method(format,RataDie)
S3method(format,TimeScale)
S3method(frequency,TimeSeries)
S3method(image,TimeSeries)
S3method(labels,TimeIntervals)
S3method(labels,TimeSeries)
S3method(length,TimeIntervals)
S3method(plot,TimeIntervals)
S3method(plot,TimeSeries)
S3method(pretty,RataDie)
S3method(start,TimeIntervals)
S3method(start,TimeSeries)
S3method(time,TimeSeries)
S3method(window,TimeSeries)
export(AD)
export(BC)
export(BCE)
export(BP)
export(CE)
export(J)
export(b2k)
export(fixed_from_AD)
export(fixed_from_BC)
export(fixed_from_BCE)
export(fixed_from_BP)
export(fixed_from_CE)
export(fixed_from_b2k)
export(fixed_from_julian)
export(fixed_to_AD)
export(fixed_to_BC)
export(fixed_to_BCE)
export(fixed_to_BP)
export(fixed_to_CE)
export(fixed_to_b2k)
export(fixed_to_julian)
export(year_axis)
exportClasses(RataDie)
exportClasses(TimeIntervals)
exportClasses(TimeScale)
exportClasses(TimeSeries)
exportMethods("[")
exportMethods(Arith)
exportMethods(as.data.frame)
exportMethods(as_date)
exportMethods(as_decimal)
exportMethods(as_fixed)
exportMethods(as_year)
exportMethods(calendar)
exportMethods(calendar_direction)
exportMethods(calendar_epoch)
exportMethods(calendar_fixed)
exportMethods(calendar_label)
exportMethods(calendar_name)
exportMethods(calendar_unit)
exportMethods(calendar_year)
exportMethods(convert)
exportMethods(end)
exportMethods(fixed)
exportMethods(format)
exportMethods(frequency)
exportMethods(image)
exportMethods(intervals)
exportMethods(is_gregorian)
exportMethods(is_julian)
exportMethods(overlap)
exportMethods(plot)
exportMethods(pretty)
exportMethods(series)
exportMethods(span)
exportMethods(start)
exportMethods(time)
exportMethods(window)
import(arkhe)
import(methods)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,window)