-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
165 lines (107 loc) · 4.63 KB
/
ChangeLog
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
2024-11-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-06-30 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
2024-06-10 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2024-05-27 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2022-12-05 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-02-03 Kenneth Rose <[email protected]>
* Fixed bug in R/fun_statistics.R
* R/fun_profile.R: Added function
* man/fun_profile.Rd: Idem
2022-02-02 Kenneth Rose <[email protected]>
* R/fun_statistics.R: Added function
* man/fun_statistics.Rd: Idem
2022-01-26 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.6
* R/time_series.R: Wrap one equality comparison in all() to ensure
only a length one logical results (thanks for the heads-up, CRAN!)
2021-10-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.5
* R/ref_crypto_exchanges.R: Add call. = FALSE to stop()
* R/ref_earliest_timestamp.R: Idem
* R/ref_indices.R: Idem
* R/ref_stocks.R: Idem
* R/ref_symbol_search.R: Idem
* R/ref_crypto_pairs.R: One-char correction in variable
* man/ref_crypto_pairs.Rd: Idem
2021-10-26 Kenneth Rose <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* R/ref_stocks.R: Added function
* R/ref_forex_pairs.R: Idem
* R/ref_indices.R: Idem
* R/ref_exchanges.R: Idem
* R/ref_symbol_search.R: Idem
* R/ref_etf.R: Idem
* R/ref_crypto_exchanges.R: Idem
* R/ref_crypto_pairs.R: Idem
* R/ref_earliest_timestamp.R: Idem
* man/ref_stocks.Rd: Added documentation
* man/ref_forex_pairs.Rd: Idem
* man/ref_indices.Rd: Idem
* man/ref_exchanges.Rd: Idem
* man/ref_symbol_search.Rd: Idem
* man/ref_etf.Rd: Idem
* man/ref_crypto_exchanges.Rd: Idem
* man/ref_crypto_pairs.Rd: Idem
* man/ref_earliest_timestamp.Rd: Idem
2021-06-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.4
2021-05-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/init.R (.defaultFile): Correct version comparison
* DESCRIPTION (Depends): Remove versioned depends
2021-05-29 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
2021-05-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL, BugReports): Added
(Depends): Added versioned R 4.0.0 depends
* README.md: Update URLs to reflect changed default locations
* inst/tinytest/test_td.R: Refine Windows test behaviour
2021-02-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.2
* README.md: Minor edit
2021-02-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/quote.R: Add get_quote() function for quote/ endpoint
* man/get_quote.Rd: Documentation
* R/price.R: Add lightweight get_price() accessor for price/ endpoint
* man/get_price.Rd: Documentation
* README.md: Add note regarding issue #1 and underlying Windows issue
with \pkg{RcppSimdJson} which will get fixed soon.
2021-02-13 Dirk Eddelbuettel <[email protected]>
* R/time_series.R (time_series): Vectorised returning a list
* man/time_series.Rd: Updated docs
* R/key.R (store_key): New helper function
* man/store_key.Rd: Documentation
* R/init.R (.defaultFile): Condition use of tools::R_user_dir() on
having R version 4.0.0 or later.
* R/key.R (store_key): Idem
* R/time_series.R: Document need for R 4.0.0 or later for file-based
configuration setting
* man/store_key.Rd: Idem
* man/time_series.Rd: Idem
2021-02-11 Dirk Eddelbuettel <[email protected]>
* README.md: Add CRAN, Dependencies, Download badges
2021-02-07 Dirk Eddelbuettel <[email protected]>
* R/time_series.R (time_series): Signficantly extended by supporting
essentially all optional arguments in API, simplified time parsing
* man/time_series.Rd: Added documentation
* DESCRIPTION: Removed Suggests: on package anytime
* inst/tinytest/test_td.R: Minimal testing
* README.md: Expanded with two more examples
2021-02-06 Dirk Eddelbuettel <[email protected]>
* R/init.R: Refactored to be usable when either attached or loaded
* README.md: Added
* docs/spy.png: Idem
* .github/workflows/ci.yaml: Idem
2021-02-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Initial version 0.0.1
* NAMESPACE: Ditto
* R/time_series.R: Basic accessor
* R/init.R: Cache key from either config file or env var
* man/*: Initial documentation