-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
128 lines (127 loc) · 3.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
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
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
S3method(print,almanac_radjusted)
S3method(print,almanac_rcalendar)
S3method(print,almanac_rcustom)
S3method(print,almanac_rholiday)
S3method(print,almanac_rintersect)
S3method(print,almanac_roffset)
S3method(print,almanac_rrule)
S3method(print,almanac_rsetdiff)
S3method(print,almanac_runion)
S3method(rschedule_events,almanac_radjusted)
S3method(rschedule_events,almanac_rcalendar)
S3method(rschedule_events,almanac_rcustom)
S3method(rschedule_events,almanac_rholiday)
S3method(rschedule_events,almanac_rintersect)
S3method(rschedule_events,almanac_roffset)
S3method(rschedule_events,almanac_rrule)
S3method(rschedule_events,almanac_rschedule)
S3method(rschedule_events,almanac_rsetdiff)
S3method(rschedule_events,almanac_runion)
S3method(rschedule_events,default)
S3method(rset_restore,almanac_rintersect)
S3method(rset_restore,almanac_rsetdiff)
S3method(rset_restore,almanac_runion)
S3method(vec_arith,almanac_stepper)
S3method(vec_arith.Date,almanac_stepper)
S3method(vec_arith.almanac_stepper,Date)
S3method(vec_arith.almanac_stepper,MISSING)
S3method(vec_arith.almanac_stepper,default)
S3method(vec_cast,almanac_stepper.almanac_stepper)
S3method(vec_ptype2,almanac_stepper.almanac_stepper)
S3method(vec_ptype_abbr,almanac_stepper)
S3method(vec_ptype_full,almanac_stepper)
export("%>%")
export("%s+%")
export("%s-%")
export(add_exdates)
export(add_rdates)
export(add_rschedule)
export(adj_following)
export(adj_modified_following)
export(adj_modified_preceding)
export(adj_nearest)
export(adj_none)
export(adj_preceding)
export(alma_events)
export(alma_in)
export(alma_next)
export(alma_previous)
export(alma_search)
export(alma_seq)
export(alma_step)
export(almanac_since)
export(almanac_until)
export(cal_add)
export(cal_events)
export(cal_match)
export(cal_names)
export(cal_next)
export(cal_previous)
export(cal_remove)
export(cal_us_federal)
export(daily)
export(hol_christmas)
export(hol_christmas_eve)
export(hol_easter)
export(hol_good_friday)
export(hol_halloween)
export(hol_new_years_day)
export(hol_new_years_eve)
export(hol_observe)
export(hol_offset)
export(hol_rename)
export(hol_st_patricks_day)
export(hol_us_election_day)
export(hol_us_fathers_day)
export(hol_us_independence_day)
export(hol_us_indigenous_peoples_day)
export(hol_us_juneteenth)
export(hol_us_labor_day)
export(hol_us_martin_luther_king_junior_day)
export(hol_us_memorial_day)
export(hol_us_mothers_day)
export(hol_us_presidents_day)
export(hol_us_thanksgiving)
export(hol_us_veterans_day)
export(hol_valentines_day)
export(monthly)
export(new_rschedule)
export(radjusted)
export(rcalendar)
export(rcustom)
export(recur_for_count)
export(recur_on_day_of_month)
export(recur_on_day_of_week)
export(recur_on_day_of_year)
export(recur_on_easter)
export(recur_on_interval)
export(recur_on_mday)
export(recur_on_month_of_year)
export(recur_on_position)
export(recur_on_wday)
export(recur_on_week_of_year)
export(recur_on_weekdays)
export(recur_on_weekends)
export(recur_on_yday)
export(recur_on_ymonth)
export(recur_on_yweek)
export(recur_with_week_start)
export(rholiday)
export(rintersect)
export(roffset)
export(rschedule_events)
export(rsetdiff)
export(runion)
export(stepper)
export(vec_arith.almanac_stepper)
export(weekly)
export(workdays)
export(yearly)
import(rlang)
import(vctrs)
importFrom(R6,R6Class)
importFrom(V8,v8)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
useDynLib(almanac, .registration = TRUE)