-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathChangeLog
910 lines (562 loc) · 28.7 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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
2024-12-05 Dirk Eddelbuettel <[email protected]>
* src/bdh.cpp: Use Rcpp::stop instead of throw
* src/bdp.cpp: Idem
* src/bds.cpp: Idem
* src/beqs.cpp: Idem
* src/blpapi_utils.cpp: Idem
* src/bsrch.cpp: Idem
* src/lookup.cpp: Idem
* src/subscribe.cpp: Idem
2024-12-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll micro version and date
2024-11-25 Rodolphe Duge <[email protected]>
* src/bdp.c: Quota error handling on bdp request
2024-09-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.15
2024-09-11 Dirk Eddelbuettel <[email protected]>
* configure: Support arm64 on macOS, switch to newer libraries
* src/Makefile.in: Idem
* src/Makefile.win: Idem
* .github/workflows/ci.yaml: Re-enable macOS CI via arm64
* DESCRIPTION: Updated reference to Bloomberg API SDK version
2024-09-05 John Laing <[email protected]>
* src/bsrch.cpp: Correct over-use of Name{}
* R/bsrch.R: Add example of bsrch()
* man/bsrch.R: Idem
2024-09-01 Dirk Eddelbuettel <[email protected]>
* src/bds.cpp: Correct over-use of Name{}
2024-08-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll micro version and date
* DESCRIPTION (Authors@R): Added
* README.md: Switch CI badge to GitHub Actions
2024-08-25 Dirk Eddelbuettel <[email protected]>
* src/authenticate.cpp: Use Name{} instantiation instead of char*
* src/bdh.cpp: Idem
* src/bdp.cpp: Idem
* src/bds.cpp: Idem
* src/beqs.cpp: Idem
* src/blpapi_utils.cpp: Idem
* src/fieldsearch.cpp: Idem
* src/getBars.cpp: Idem
* src/getTicks.cpp: Idem
* src/lookup.cpp: Idem
* src/Makevars.in: Remove obsolete C++11 setter
* src/Makevars.in: Set to development branch of blp repo for testing
* src/Makevars.win: Idem
* .editorconfig: Added
2024-07-15 Dirk Eddelbuettel <[email protected]>
* README.md: Switch some URLs from http to https
2024-05-23 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
* .github/workflows/ci.yaml (jobs): Turn off macOS which is arm64 now
2024-02-23 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2022-12-01 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-10-25 Dr Michael Streatfield <[email protected]>
* vignettes/rblpapi-intro.md: Fix minor typos
2022-10-22 John Laing <[email protected]>
* R/lookup.R: A warning is issued when over 1000 results returned
2022-10-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.14
* R/bdh.R (bdh): Replace a class() test with inherits()
2022-10-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Suggests): No longer suggest 'fts'
* R/bdh.R (bdh): Remove support for 'fts'
* R/getBars.R (getBars): Idem
* R/getTicks.R (getTicks): Idem
* inst/tinytest/test_bdh.R: Idem
* man/bdh.Rd: Remove documentation entry for 'fts'
* man/getBars.Rd: Idem
* man/getTicks.Rd: Idem
2022-10-04 Dirk Eddelbuettel <[email protected]>
* src/Makevars.in: Set rpath to relative path for staged installation
* configure: No longer set rpath
* DESCRIPTION: No longer impose non-staged installation
2022-08-27 Bob Harlow <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/blpAuthenticate.R: Add isAuthId and appName parameters to handle
the case where we want to authenticate with a B-PIPE app AND a
user associated with that app, in which case the uuid will
be interpreted as a bloomberg authId.
* src/authenticate.cpp: Handle new parameters at the C++ level
* man/blpAuthenticate.R: document new parameters
* DESCRIPTION: No longer Suggests: fts
2022-02-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* configure: Generalize to let blpHeaders and blpLibrary environment
variable provide a local archive, download as usual if unset
* DESCRIPTION (SystemRequirements): Minor edit
2022-01-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.13
2022-01-08 John Laing <[email protected]>
* R/bsrch.R: Fix documentation
* man/bsrch.Rd: Regenerated
2021-12-29 Dirk Eddelbuettel <[email protected]>
* R/bdh.R: Use getOption("blpSimplify", TRUE) as simplify default
* R/bds.R: Ditto
* R/bdh.R: Document default argument for simplify
* R/bds.R: Ditto
* inst/tinytest/test_bds.R: Add simple tests for simplify
* inst/tinytest/test_bdh.R: Idem
2021-12-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/bds.R: Add 'simplify' argument with option support and default of
TRUE effectively reverting commit 4d11c47 from release 0.3.11
* man/bds.Rd: Document new argument
* R/bdh.R: Add 'simplify' argument with option support and default of
FALSE for prior behavior
* man/bdh.Rd: Document new argument
2021-12-22 Michael Kerber <[email protected]>
* inst/tinytest/test_bds.R: Added file, test for return type of function 'bds'
2021-12-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.12
2021-12-06 Dirk Eddelbuettel <[email protected]>
* vignettes/rblpapi-intro.md: Converted to simplermarkdown
* vignettes/water.css : Added
* DESCRIPTION: Set Suggests:, VignetteBuilder: to simplermarkdown
2021-12-05 John Laing <[email protected]>
* src/bdh.cpp: Catch 'REQUEST_STATUS' event to report timeout
2021-12-03 Kai Lin <[email protected]>
* src/bds.cpp: Change SEXP variables to Rcpp::RObject to prevent
segfaults caused by garbage collection
* src/Rblpapi_types.h: Change LazyFrameT and LazyFrameIteratorT to
use Rcpp::RObject to protect against garbage collection
2021-10-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version,Date): Roll version and date
* vignettes/rblpapi-intro.Rmd (vignette): Set chunks to pandoc R
invocation as no evaluation can be made given lack of BLP access
2021-10-15 Yihui Xie <[email protected]>
* vignettes/rblpapi-intro.Rmd (vignette): Remove extra backtick
2021-04-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version,Date): Roll version and date
* inst/tinytest/test_bdh.R: Tweak thanks to hint from Michael
2021-04-27 John Laing <[email protected]>
* inst/tinytest/test_bdh.R: Added tests for new argument 'returnAs'
2021-04-24 Dirk Eddelbuettel <[email protected]>
* man/bdh.Rd: Regenerated
2021-04-24 Michael Kerber <[email protected]>
* R/bdh.R: Support new argument 'returnAs'
2021-04-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.11
2021-04-19 John Laing <[email protected]>
* man/bds.Rd: Regenerate based on updated roxygen
* R/bds.R: Simply given single argument
2021-04-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Suggests): Add rmarkdown
* R/subscribe.R: Update two URLs to https
* man/subscribe.Rd: Ditto
* README.md: Ditto
2021-04-17 Dirk Eddelbuettel <[email protected]>
* tests/tinytest.R: Renamed and converted from doRUnit.R
* inst/tinytest/*: Renamed and converted from RUnit to testthat
* DESCRIPTION (Suggests): Switched from RUnit to tinytest
* vignettes/rblpapi-intro.Rmd: Switched to minidown
* DESCRIPTION (Suggests): Added minidown
2021-03-17 Dirk Eddelbuettel <[email protected]>
* configure: Change from bash to sh
* cleanup: Ditto
2021-03-15 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Add using run.sh from r-ci
* .Rbuildignore: Add .github
* .travis.yml: Switch to bionic and use run.sh from r-ci
2021-02-25 Michael Kerber <[email protected]>
* man/bds.Rd: Correct return type desription
2020-05-19 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'last commit' badge
2019-05-23 James Bell <[email protected]>
* NAMESPACE: export new function defaultAuthentication()
* vignettes/rblpapi-intro.Rmd: document blpAutoAuthenticate
clarify host (blpConnect) vs hostname (blpAuthenticate) vs ip.address
clarify UUID, Application-Name, blpConnnect() and blpAuthenicate()
* R/defaultAuthentication.R: New file
Add default identity object
* R/blpAuthenticate.R: add default identity object
documentation clarification host vs ip
* R/init.R: check for auto-auth, call as needed
* R/bdh.R: support default identity object
* R/bdp.R: Idem
* R/bds.R: Idem
* R/portfolio.R.R: Idem
* R/subscribe.R: Idem
2019-04-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.10
* README.md: Add dependencies badge
2019-03-21 John Laing <[email protected]>
* R/blpConnect.R: Only resolve IP address in SAPI
* src/blpConnect.cpp: Streamlined connection code
2019-03-19 Alfred Kanzler <[email protected]>
* DESCRIPTION (Version, Date): Updated minor version
* src/blpConnect.cpp: Added function to connect to bpipe with an appName
* src/blpAuthenticate.cpp: Authenticate a bpipe connection
* R/blpConnect.R: Added appName to argument list
* R/blpAutheticate.R: If the uuid is missing tries to connect to bpipe
2019-02-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.9
* vignettes/rblpapi-intro.Rmd (vignette): Updated (old) API download
URL to new location
* DESCRIPTION: Idem
* README.md: Idem
* configure: Idem
2019-02-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Set 'StagedInstall: no' to accomodate R 3.6.0
* inst/NEWS.Rd: Updated (old) API download URL to new location
2018-10-25 John Laing <[email protected]>
* DESCRIPTION (Date): Roll date
* inst/unitTests/runit.bdp.R: Add test for NA date fix
2018-10-25 Xianying Tan <[email protected]>
* DESCRIPTION (Version): New minor version
* src/getFieldInfo.cpp: Use UTF-8 encoding
* src/bds.cpp: Use UTF-8 encoding and initialize Date vector with NA
* src/blpapi_utils.cpp: Idem
2018-09-02 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Minor update
2018-07-25 Davis Vaughan <[email protected]>
* src/init.c: Removed as content is in RcppExport.cpp
* src/RcppExports.cpp: Updated
* R/RcppExports.R: Idem
2018-07-24 John Laing <[email protected]>
* src/bds.cpp: Use Rcpp::DateVectorAllow relative dates
* src/blpapi_utils.cpp: Idem
* src/blpapi_utils.h: Idem
2018-07-20 John Laing <[email protected]>
* src/bdh.cpp: Accomodate extra field from relative date option
* R/bdh.R: Idem
* man/bdh.Rd: Documentation
2018-06-26 John Laing <[email protected]>
* R/bdh.R: Allow character start date
* man/bdh.Rd: Documentation
2018-01-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.3.8
(which should have been named 0.3.7)
2018-01-19 Whit Armstrong <[email protected]>
* DESCRIPTION (Version): New minor version
* src/subscribe.cpp: Rewritten and improved logic
2017-12-03 randomee <[email protected]>
* R/blpAuthenticate.R: More usage examples in help page
* R/blpConnect.R: Reference blpAuthenticate
2017-07-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
2017-06-30 spencer <[email protected]>
* src/Makevars: Add missing @ in sed and rpath use under macOS
2017-05-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/getTicks.R: Document limit of 140 days of intraday data
* man/getTicks.Rd: Idem
* R/lookup.R: Add regular expression example to extract symbol (cf #215)
* man/lookupSecurity.Rd: Idem
* .travis.yml: Switch to using run.sh for Travis CI
2017-04-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.3.6
2017-04-08 Dirk Eddelbuettel <[email protected]>
* src/finalizers.h (createExternalPointer): Use Shield<>
* src/bds.cpp (allocateDataFrameColumn): Create directly from Rcpp vectors
* src/blpapi_utils.cpp (allocateDataFrameColumn): Ditto
2017-04-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* src/bds.cpp (allocateDataFrameColumn): Use Rcpp::Shield<>
(buildDataFrame): No need to UNPROTECT
2017-03-02 Dirk Eddelbuettel <[email protected]>
* R/converters.R (asDataTable): New (unexported) helper function
* R/getBars.R (getBars): Use asDataTable()
* R/getTicks.R (getBars): Ditto
* inst/unitTests/runit.getTicks.R (test.getTicksAsDataTable): Adjusted
2017-02-27 Dirk Eddelbuettel <[email protected]>
* NAMESPACE (useDynLib): Add .registration=TRUE; some other edits
* src/init.c: Added 'R_registerRoutines()' & 'R_useDynamicSymbols()'
2017-02-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/lookup.R (lookupSecurity): Renamed to lookupSecurity(), tweaks
to help page and argument handling
* man/lookupSecurity.Rd: Also renamed
2017-02-12 Kevin Jin <[email protected]>
* R/lookup.R (lookup): New function to look up securities,
possibly filtered by yellow key and language (PR #216)
* man/lookup.Rd: Documentation
2017-01-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL, BugReports): Add URLs
2016-12-14 Dirk Eddelbuettel <[email protected]>
* README.md: Mention ghrr drat in Installation section
2016-12-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled to minor version 0.3.5.1
2016-12-08 Dirk Eddelbuettel <[email protected]>
* R/bdp.R: Another overrides example (by Morgan on StackOverflow)
* man/bdp.Rd: Ditto
2016-11-18 John Laing <[email protected]>
* R/bdh.R: Add option to use double for int32 and int64 field types in bdh
* R/RcppExports.R: Ditto
* man/bdh.Rd: Ditto
* src/RcppExports.cpp: Ditto
* src/bdh.cpp: Ditto
* inst/unitTests/runit.bdh.R: Ditto
2016-10-25 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.3.5
2016-10-24 Dirk Eddelbuettel <[email protected]>
* README.md: Canonical URLs, switch to https
* vignettes/rblpapi-intro.Rmd (vignette): Ditto
* DESCRIPTION: Edits for current R CMD check standards
2016-10-13 Dirk Eddelbuettel <[email protected]>
* README.md: Correct license tag to say GPL-3 rather than GPL (>= 3)
2016-10-03 Dirk Eddelbuettel <[email protected]>
* R/getBars.R: Updated comment on returned timestamp
* man/getBars.Rd: Ditto
* inst/NEWS.Rd: Catching up with recent changes
2016-09-30 Dirk Eddelbuettel <[email protected]>
* R/getTicks.R: Expanded help text to mention condition code and
possibility of multiple returns
* man/getTicks.Rd: Ditto
* R/getTicks.R: (getMultipleTicks): Changed to support data.frame
and data.table support as type and code cannot be represented in
numeric matrices
* man/getMultipleTicks.Rd: Ditto
2016-09-16 Dirk Eddelbuettel <[email protected]>
* src/getTicks.cpp: Re-enable condition codes for data.frame and
data.table
* R/getTicks.R (getTicks): Support data.table return; set use of
condition code if data.table or data.frame returned
* man/getTicks.Rd: Updated
* inst/unitTests/runit.getTicks.R (test.getTicksAsDataTable):
added, renamed other test function from getTicksAsMatrix to
getTicksAsDataFrame as it returned a data.frame
2016-09-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Suggests): Added data.table()
* R/getTicks.R (getTicks): Corrected default return type to
data.frame, added support for new return type data.table
2016-07-08 Dirk Eddelbuettel <[email protected]>
* R/bsrch.R: Correct example to COMDTY:VESSEL
* man/bsrch.Rd: Ditto
2016-06-06 John Laing <[email protected]>
* R/portfolio.R: New function getPortfolio to retrieve portfolio data
via bds()
* man/getPortfolio.R: Documentation for new function
2016-05-08 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Release 0.3.4
2016-04-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (SystemRequirements): Clarify need for C++11 compiler
2016-04-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Rolled minor version
* src/blpVersion.cpp (getHeaderVersion): Use more defensive
implementation not reyling on VersionInfo class
* src/blpVersion.cpp (getRuntimeVersion): Ditto
* src/blpVersion.cpp (getVersionIdentifier): Disabled as not in
currently used Windows setup, and not used in startup message
2016-04-12 Dirk Eddelbuettel <[email protected]>
* R/bdh.R: Added note about 'DOCS #2072138 <GO>' on rolling futures
* man/bdh.Rd: Ditto
2016-04-04 Dirk Eddelbuettel <[email protected]>
* NAMESPACE: Import utils::packageVersion now used in .onAttach
2016-04-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Rolled minor version
* src/blpVersion.cpp (getVersionIdentifier, getHeaderVersion),
(getRunTimeVersion): New helper functions to identify API versions
* man/getHeaderVersion.Rd: New manual page
* man/getRuntimeVersion.Rd: Ditto
* man/getVersionIdentifier.Rd: Ditto
* R/init.R (.onAttach): In verbose mode, show package and API version.
2016-03-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Rolled minor version
* R/beqs.R: More restrained output from \example(..., run.dontrun=TRUE)
* R/bsrch.R: Idem
* R/fieldSearch.R: Idem
* R/getTicks.R: Idem
* man/beqs.Rd: Idem
* man/beqs.Rd: Idem
* man/bsrch.Rd: Idem
* man/fieldSearch.Rd: Idem
* R/bdh.R: Additional example using options and overrides (to
retrieve quarterly sales estimates)
2016-03-22 John Laing <[email protected]>
* src/blpapi_utils.cpp: Add Integer64 type using REAL storage
* src/Rblpapi_types.h: Idem
2016-03-22 Dirk Eddelbuettel <[email protected]>
* R/bds.R (bds): Correct docs to state single security and field
* man/bds.Rd: Idem
2016-03-21 John Laing <[email protected]>
* R/blpDisconnect.R: Fix typo
* R/fieldInfo.R: Idem
* man/blpDisconnect.Rd: Idem
* man/fieldInfo.Rd: Idem
* inst/unitTests/runit.examples.R: Run examples as unit test
2016-03-18 John Laing <[email protected]>
* src/Rblpapi_types.h: Add Float type, same behavior as Double
* src/blpapi_utils.cpp: Idem
* inst/unitTests/runit.bdp.R: Column type tests
2016-03-17 Dirk Eddelbuettel <[email protected]>
* src/bdp.cpp (bdp_Impl): Support boolean option verbose
* R/bdp.R (bdp): Idem
* man/bdp.Rd (bdp): Idem
* inst/unitTests/runit.getBars.R: Correct thinko in dealing with
weekend / no-weekend case for data-drive unit test
* inst/unitTests/runit.getTicks.R: Idem
2016-03-16 Dirk Eddelbuettel <[email protected]>
* src/Rblpapi_types.h: Renamed from rblpapi_types.h as Rcpp
Attributes prefers a properly capitalized package name here
* src/blpapi_utils.h: Corresponding update in include
2016-03-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Release 0.3.3
* README.md: Use canonical CRAN URL
2016-03-06 Dirk Eddelbuettel <[email protected]>
* R/subscribe.R: Correct URL of referenced Doxygen file to below
bloomberg.github.io/blpapi-docs/cpp/3.8/
* inst/NEWS.Rd: Filled some missing entries from the last few weeks
* ChangeLog: Idem
* inst/unitTests/runit.getTicks.R: Add simple correction for start
and end times to avoid getting tripped by a weekend
* inst/unitTests/runit.getBars.R: Idem
2016-03-02 Whit Armstrong <[email protected]>
* src/blpapi_utils.cpp: New Date conversion function bbgDateToRDate
* inst/unitTests/runit.bdh.R: Additional Date conversion tests
2016-02-29 Dirk Eddelbuettel <[email protected]>
* R/bdh.R: Clarify in help page that order of securities in return
may be different from order in 'securities' var (issues #101, #139)
2016-02-28 Dirk Eddelbuettel <[email protected]>
* src/bdh.cpp (bdh_Impl): Support boolean option verbose
* R/bdh.R (bdh): Idem
* man/bdh.Rd (bdh): Idem
2016-02-28 Dirk Eddelbuettel <[email protected]>
* src/bds.cpp (bds_Impl): Support boolean option verbose
* R/bds.R (bds): Idem
* man/bds.Rd (bds): Idem
2016-02-25 Whit Armstrong <[email protected]>
* src/blpapi_utils.cpp: New populateDfRow using new RblpapiT parameter
* src/bdh.cpp: New RblpapiT parameter to match types
* src/bdp.cpp: Idem
* src/bds.cpp: Moved legacy populateDfRow here as populateDfRowBDS
* src/blpapi_utils.cpp: Add default to DatetypeT::Datetime
* inst/unitTests/runit.bdh.R: New unit test
* inst/unitTests/runit.bdp.R: Idem
2016-02-25 Dirk Eddelbuettel <[email protected]>
* inst/unitTests/runit.getTicks.R: Two new test functions
* tests/doRUnit.R: Improved setup logic
* inst/unitTests/runit.getBars.R: Simplified setup
2016-02-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Suggests): Added RUnit
* .travis.yml: Idem (though tests are skipped at Travis)
* tests/doRUnit.R: Unit test wrapper using RUnit
* inst/unitTests/runit.getBars.R: Two new test functions for
getBars() as a start; requires ~/.R/rblpapiOptions.R with options()
2016-02-10 Whit Armstrong <[email protected]>
* src/bdp.cpp: check order of bbg response matches user reqeust order
* src/blpapi_utils.cpp: move new util functions out of getFieldInfo.cpp
* src/bds.cpp: move all LazyFrame related functions here
2016-02-09 Whit Armstrong <[email protected]>
* src/getFieldInfo.cpp: add overloaded allocateDataFrame using nrows (no rownames)
* src/bdh.cpp: drop LazyFrame, preallocate result using getFieldTypes
* R/fieldInfo.R: add fieldInfo function
2016-02-06 Whit Armstrong <[email protected]>
* src/bdp.cpp: drop LazyFrame, preallocate result using getFieldTypes
* R/fieldInfo.R: new function 'fieldInfo'
* src/getFieldInfo.cpp: cpp implementation for 'fieldInfo' function
2016-02-05 Dirk Eddelbuettel <[email protected]>
* R/bds.R: Add example of overrides use with bds()
* man/bds.Rd: Ditto
2015-12-17 Morgan Williams <[email protected]>
* src/bsrch.cpp: Initial version of BSRCH functionality
* R/bsrch.R: R side of new bsrch() function
* man/bsrch.Rd: Manual page for bsrch()
2015-12-07 Martin Bel <[email protected]>
* configure: Add 'method="libcurl"' to download.file call
2015-12-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.3.2
2015-12-04 Anonymous <[email protected]>
* src/getBars.cpp: Changed to support a single options vector with
named elements.
* R/getBars.R: Idem
* man/getBars.Rd: Corresponding manual page update
2015-11-23 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Minor postprocessing and cleanup
2015-11-23 Rademeyer Vermaak <[email protected]>
* src/beqs.cpp: More robust handling of empty return columns
2015-11-20 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Correct comparison for response type
2015-11-19 Dirk Eddelbuettel <[email protected]>
* configure (download): Use R to download instead of curl as the
latter fails to follow redirect links on e.g. OS X -- but only when
we have capabilities()[["libcurl"]] or else fall back to curl
* src/beqs.cpp: Make g++-5.2 happy and use std::strcmp
* .travis.yml (after_failure): Add new target to get more output
* DESCRIPTION: Roll Date and Version
2015-11-16 Rademeyer Vermaak <[email protected]>
* src/bdh.R: Correct example
2015-11-09 Dirk Eddelbuettel <[email protected]>
* src/getBars.cpp: Also return value-traded per bar
* R/getBars.R: Document additional return column
2015-11-09 Whit Armstrong <[email protected]>
* src/subscribe.cpp: Finalize live subscription
* R/subscribe.R: Idem
* man/subsribe.Rd: Idem
2015-11-06 Dirk Eddelbuettel <[email protected]>
* R/getBars.R: Check startTime and endTime for Datetime type;
added example section to manual page
* R/getTicks.R: Ditto
* man/getBars.Rd: Added simple example from vignette
* man/getTicks.Rd: Ditto
2015-11-02 Whit Armstrong <[email protected]>
* src/subscribe.cpp: Begginning of live subscription
2015-10-21 Dirk Eddelbuettel <[email protected]>
* R/beqs.R: Correct Date use in example section
* man/beqs.Rd: Ditto
2015-10-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.3.1
2015-10-16 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: More robust identification of column types,
as well as presetting of result columns with NA values
* src/beqs.cpp: Support 'Date' types in return
2015-10-11 Dirk Eddelbuettel <[email protected]>
* R/beqs.R: Always return the date as the first column
2015-10-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Rolled (dev) Version and Date
2015-10-04 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Reworked to return a data frame, also changed some
argument names for consistency
* R/beqs.R: Corresponding changes
* man/beqs.Rd: Ditto
* src/RcppExports.cpp: Ditto
* R/RcppExports.R: Ditto
2015-10-03 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Added verbose flag
* R/beqs.R: Ditto
* man/beqs.Rd: Added by running roxygenize()
* src/RcppExports.cpp: Updated by running compileAttributes()
* R/RcppExports.R: Updated by running compileAttributes()
2015-10-03 Rademeyer Vermaak <[email protected]>
* src/beqs.cpp: Add BEQS functionality
* R/beqs.R: Add BEQS functionality
* man/beqs.Rd: Corresponding manual page
2015-10-01 Dirk Eddelbuettel <[email protected]>
* configure: Rewritten to (locally) cache the Bloomberg header and
and library files making (repeated) builds quicker (issue #65)
* src/Makevars.win: Ditto
* .gitignore: Add blp/ and inst/include/ with cached files
* .Rbuildignore: Ditto
* cleanup: Adjusted accordingly as well
2015-09-30 Dirk Eddelbuettel <[email protected]>
* R/getTicks.R (getMultipleTicks): In xts mode, make timestamps
unique prior to merge to ensure order is preserved (issue #76)
2015-09-18 Dirk Eddelbuettel <[email protected]>
* .travis.yml (notifications): Added slack notification
2015-09-16 Dirk Eddelbuettel <[email protected]>
* R/bdp.R: Add example using override for vendor-specific data (cf
issue ticket #67)
* man/bdp.Rd: Corresponding manual page update
2015-09-15 John Laing <[email protected]>
* src/blpapi_utils.cpp: Fix Boost auto_ptr warning
2015-08-19 Dirk Eddelbuettel <[email protected]>
* R/bdh.R: Add example using optional parameter for monthly data
* man/bdh.Rd: Corresponding manual page
2015-08-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.3.0
* configure: Respect R_HOME if set, use fallback if not
2015-08-13 Dirk Eddelbuettel <[email protected]>
* vignettes/rblpapi-intro.Rmd: Added vignette
* DESCRIPTION: Add knitr to Suggests: and VignetteBuilder:
* .travis.yml: Add knitr to installed packages
* configure: Refine which program is used for downloads
* cleanup: Refine what is removed post-build
2015-08-12 Jeroen Ooms <[email protected]>
* configure: Added support for OS X builds
* src/Makevars.in: Ditto
2015-08-12 Dirk Eddelbuettel <[email protected]>
* ChangeLog: Added, see git log for previous changes
* NEWS.Rd: Added, see git log for previous changes