-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
356 lines (210 loc) · 10.4 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
2024-10-28 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Authors@R): Added
2024-05-24 Dirk Eddelbuettel <edd@debian.org>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-04-19 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2024-01-29 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Roll version and date
* R/foaas.R (.foaas): Try alternate (non-replacement) server URL
2022-11-29 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-07-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 2.3.2
* R/foaas.R: Update to FOAAS 2.3.2 with six new accessors
* man/rfoaas-package.Rd: Updated accordingly
* tests/runTestsAgainstFOAAS.R: Idem
* README.md: Updated several URLs to https
* .Rbuildignore: Added
2021-12-23 Dirk Eddelbuettel <edd@debian.org>
* README.md: Remove unused continuous integration artifact and badge
2021-05-27 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (URL): Add GitHub repo to URL in DESCRIPTION
2021-01-15 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
2020-06-03 Dirk Eddelbuettel <edd@debian.org>
* .travis.yml: Switch to bionic and R 4.0.*
2020-06-02 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add 'last commit' badge
2020-01-10 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add dependencies badge
2020-01-09 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 2.1.0
* R/foaas.R: Eleven new accessors (even, fewer, ftfty, holygrail,
idea, jinglebells, legend, logs, ratsarse, rockstar, waste) from
foas 2.1.0
* tests/runTestsAgainstFOAAS.R: Reactivated, expanded and updated
2018-08-20 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 2.0.0
* R/foaas.R: Seven new accessors (bag, equity, fts, ing, particular,
ridiculous, and shit) from foas 2.0.0; and one repaired (off_with)
* man/rfoaas-package.Rd: Expanded documentation
* tests/runTestsAgainstFOAAS.R: Expanded tests
* tests/runTestsAgainstFOAAS.R: Updated getRandomFO()
2017-11-26 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 1.1.1
* R/foaas.R: Seven new accessors, corrected one call, use https
* man/rfoaas-package.Rd: Expanded documentation
* tests/runTestsAgainstFOAAS.R: And tests; corrected several
reference results
* .travis.yml (after_success): Added coverage, added tests
* README.md: Added coverage badge, and No Code of Conduct paragraph
* .Rbuildignore: Also ignore .tar.gz
2017-08-26 Dirk Eddelbuettel <edd@debian.org>
* .travis.yml (before_install): Use https for curl fetch
2016-08-28 Robert McDonald <rmcd1024@gmail.com>
* demo/printallfos.R (printallfos): Added demo to show available
accessor by querying the package environment, and nicely
pretty-printing it; by default only two accessor are shown
2016-08-27 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Release 1.1.0
2016-08-23 Tyler Hunt <tyler.hunt@utah.edu>
* R/foaas.R: Added six new accessors from FOAAS 1.1.0
* man/rfoaas-package.Rd: Documentation added
* tests/runTestsAgainstFOAAS.R: Tests added
2016-08-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Release 1.0.0
* R/foaas.R: Added numerous accessor from FOAAS 1.0
* man/rfoaas-package.Rd: Documentation added
* tests/runTestsAgainstFOAAS.R: Tests added
* .travis.yml: Switch to using run.sh for Travis CI
* DESCRIPTION (URL): Set to home page
2016-07-24 Tyler Hunt <tyler.hunt@utah.edu>
* R/foaas.R: New accessor getRandomFO()
* man/rfoaas-package.Rd: Document getRandomFO()
2016-06-27 Marek Szatkowski <konto762884.5339@gmail.com>
* man/rfoaas-package.Rd: Correct jsonlite package test
2016-05-28 Dirk Eddelbuettel <edd@debian.org>
* README.md: Updated with less profane greed() examples
2016-05-26 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Release 0.1.9
* README.md: Use canonical CRAN URL
2016-05-25 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R (.foaas): Return object is now of class 'rfoaas'
* R/foaas.R (print.rfoaas): Added print method
* man/rfoaas-package.Rd: Define print method
* NAMESPACE: Register print method
2016-05-24 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R: Added greed(), me() and mornin()
* man/foaas.Rd: Documented new functions; corrected some formatting
and one typo
* tests/runTestsAgainstFOAAS.R: Added tests
* rfoaas.Rproj: Added
* .gitignore: Ditto
* .Rbuildignore: Updated
2015-10-25 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Release 0.1.8.1
* R/foaas.R: Add keepcalm()
* man/foaas.Rd: Document keepcalm()
* tests/runTestsAgainstFOAAS.R: Test keepcalm()
2015-10-24 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date): Release 0.1.8
* R/foaas.R (zayn): Corrected arguments
* tests/runTestsAgainstFOAAS.R: Added tests for new functions
* NAMESPACE: Also import utils::URLencode()
2015-10-23 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.1.8 in sync with upstream
access points. Filter functionality still does not seem to work.
* R/foaas.R (dalton): New function
* R/foaas.R (dosomething): New function
* R/foaas.R (retard): New function
* R/foaas.R (thumbs): New function
* man/rfoaas-package.Rd: Document language
2015-06-12 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R (bday): New function
* R/foaas.R (family_): New function [ renamed from family() ]
* R/foaas.R (shutup): New function
* R/foaas.R (zayn): New function
* man/rfoaas-package.Rd: Added corresponding entries
* tests/runTestsAgainstFOAAS.R: Disabled tests against language
filter which does not appear to work reliably upstream
2015-05-31 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.1.6 in sync with upstream
* R/foaas.R (.language): Add support for language argument
* R/foaas.R (.foaas): Use language argument for i18n
* R/foaas.R (tucker): New function
* R/foaas.R (bucket): New function
* man/rfoaas-package.Rd: Document language
* tests/runTestsAgainstFOAAS.R: New tests
2015-02-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.1.3 in sync with upstream
* R/foaas.R (.filter): Add support for filter argument
* R/foaas.R (.foaas): Use filter argument: none or soundcloud
* man/rfoaas-package.Rd: Document filter
* R/foaas.R (.foaas): remove unused argument 'n'
2015-01-17 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.1.2.1 fixing upstream breakage
* R/foaas.R (.foaas): Switch to foaas.com as the redirect at upstream
server no longer returns the requested text/plain
2015-01-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.1.2 in sync with upstream
* R/foaas.R (.foaas): Added awesome(from)
2015-01-11 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.1.1 in sync with upstream
* tests/runTestsAgainstFOAAS.R: Rework tests as sequence of explicit
stopifnot() comparisons against (known) responses
* tests/runTestsAgainstFOAAS.Rout.save: Removed, as we run the test
script in two possible execution paths we cannot have one reference
* R/foaas.R (you): Re-enable you() now that upstread fixed it
* man/rfoaas-package.Rd: Ditto
2015-01-05 Dirk Eddelbuettel <edd@debian.org>
* R/rfoaas.R: Switch to using GET() from httr, at leasy while
behaviour at foaas.com is changed and requires explicit text/plain
* DESCRIPTION: Add Imports: httr
* NAMESPACE: Add three imports from httr
* .travis.yml: Add Travis support
* tests/runTestsAgainstFOAAS.R: Simple test script
* tests/runTestsAgainstFOAAS.Rout.save: Reference output
2014-12-28 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.5 in sync with upstream
* R/foaas.R (.foaas): Set UTF-8 encoding on response; appears to be
needed only "the leading consumer brand" OS but does not hurt as
FOAAS encodes its replies in UTF-8 anyway (cf lib/server.coffee)
* man/rfoaas-package.Rd: Updated accordingly
2014-12-25 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.4.20141225 [as upstream does not increment
its version]
* R/foaas.R: Added xmas() -- oh so timely!
* man/rfoaas-package.Rd: Updated accordingly
2014-12-24 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.4.20141224 [as upstream does not increment
its version]
* man/rfoaas-package.Rd: Add that some replies may need UTF-8
encoding (as eg the linus() function as the Windows OS)
* R/foaas.R (.from): New function to infer to a default 'sender' for
using either an option 'rfoaasFrom' or env.var USER(NAME) as fallback
2014-12-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.4.20141212 [as upstream does not increment
its version]
* R/foaas.R: Added bye(), diabetes(), and bus()
which are now active at http://foaas.com
* man/rfoaas-package.Rd: Updated accordingly
2014-10-16 Dirk Eddelbuettel <edd@debian.org>
* man/rfoaas-package.Rd: Expand examples section
2014-10-15 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.4 (corresponding to FOAAS API 0.0.4)
* R/foaas.R: Added yoda(), ballmer(), what(), because() and
caniuse() which are now active at http://foaas.com
* man/rfoaas-package.Rd: Updated accordingly
2014-10-12 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R: Added version() and operations() meta accessors
* man/rfoaas-package.Rd: Updated to API 0.0.4, and expanded with
examples section
2014-10-11 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R: Activated madison(), added cool(), field() and nugget()
now that http://foaas.com has been expanded again
2014-02-14 Dason Kurkiewicz <dasonk@iastate.edu>
* R/foaas.R: Fixed parameter list for pink so it actually works.
2014-01-21 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R: New accessor function madison(name, from) but
commented out as the backend does not seem to supply it
2013-08-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.2
* R/foaas.R: New accessor function fascinating(from)
2013-07-26 Dirk Eddelbuettel <edd@debian.org>
* R/foaas.R (flying): New accessor function flying(from)
* man/rfoaas-package.Rd: Documentation for flying(from)
2013-07-20 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Initial version 0.0.1 on fresh github repo