forked from Rblp/Rblpapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
104 lines (61 loc) · 2.85 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
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