|
1 | 1 | BloomR |
2 | 2 | ====== |
3 | 3 |
|
4 | | -*Portable R for Bloomberg and Thomson Reuters Eikon* |
| 4 | +*Portable R for Bloomberg and Refinitiv Eikon* |
| 5 | +__Features in the upcoming Lakmé release__ |
5 | 6 |
|
6 | | - |
7 | | -BloomR is a portable R distribution reshaped in order to get, manipulate and run models against Bloomberg or Thomson Reuters Eikon data. |
| 7 | +BloomR is a portable R distribution reshaped in order to get, manipulate and run models against Bloomberg or Refinitiv Eikon data. |
8 | 8 |
|
9 | 9 | __Focus on Data__ |
10 | 10 |
|
@@ -49,58 +49,41 @@ In a business environment this also facilitates the process of keeping track and |
49 | 49 |
|
50 | 50 | __No Extra Licensing Restrictions__ |
51 | 51 |
|
52 | | -BloomR itself is open source and it is based on the public APIs released by Bloomberg ([Bloomberg Open API](http://www.openbloomberg.com/open-api/)) and by [Thomson Reuters](https://developers.thomsonreuters.com/eikon-data-apis/). This means that the same licensing terms of your Bloomberg Professional Service and Thomson Reuters Eikon service apply to data when you work with it. |
| 52 | +BloomR itself is free/libre, open source software and it is based on the public APIs released by Bloomberg ([Bloomberg Open API](http://www.openbloomberg.com/open-api/)) and by [Refinitiv](https://developers.refinitiv.com/en/api-catalog/eikon/eikon-data-api). This means that the same licensing terms of your Bloomberg Professional Service and Refinitiv Eikon service apply to data when you work with it. |
53 | 53 |
|
54 | 54 |
|
55 | | -BloomR Versions |
| 55 | +BloomR Editions |
56 | 56 | ------------- |
57 | 57 |
|
58 | 58 | BloomR comes in three versions. |
59 | 59 |
|
60 | 60 | __BloomR Core__ is based on R standard GUI. It is light and convenient to run scripts on the data terminals. |
61 | 61 |
|
62 | | -__BloomR BRemacs__ features also a sophisticated editor (based on Emacs) for writing and executing scripts and interactive code. |
| 62 | +__BloomR Lab__ features also a sophisticated editor (based on Emacs) for writing and executing scripts and interactive code. |
63 | 63 |
|
64 | | -__BloomR Studio__ Like BloomR BRemacs, but adds a minimal LaTeX (MiKTeX) distribution, which allows to generate both HTML and PDF reports from financial data feeds. |
| 64 | +__BloomR Studio__ Like BloomR BRemacs, but adds a basic LaTeX (MiKTeX) distribution, which allows to generate both HTML and PDF reports from financial data feeds. |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 | What's new |
69 | 69 | ---------- |
70 | 70 |
|
71 | | -### BloomR Casta Diva (1.4.*) |
| 71 | +### BloomR Lakmé (1.5.*) |
72 | 72 |
|
73 | | -Improvements over Turandot version: |
| 73 | +New edition system: Core, Lab, Studio |
74 | 74 |
|
75 | | -This release is a major update with significant changes. |
| 75 | +Added a mini Perl to improve the cropping. |
76 | 76 |
|
77 | | -Now both Bloomberg and Thomson Reuters Eikon are supported. |
| 77 | +Switched from Thomson Reuters to Refinitiv Eikon. |
78 | 78 |
|
79 | | -Bloomberg interface is now based on Rblpapi. |
80 | | -BloomR comes in two versions *BloomR Core* and *BloomR BRemacs*. The latter implements an editor based on Emacs. |
81 | | - |
82 | | - |
83 | | -__read.xlx__ |
84 | | - |
85 | | -`read.xlx` joins the family. With this function you can read Excel xlsx workbook sheets into R data frames. Some features are: |
86 | | - |
87 | | -* It can import all, one, or a selection of sheets, where specific sheets are requested by means of their name. |
88 | | -* Instead of importing all the sheets' cells, it can import only those comprised in a named range. |
89 | | -* It can distinguish between cells formatted as numbers, percent, text and dates, |
90 | | -* Date cells are recognised whatever the language locale. |
91 | | -* Blank (visual) lines are detected and automatically removed from the data frame, unless you want to keep them. |
92 | | -* The filter is not based on any external engine and does not requires Excel to be installed at all. It's pure R code, so you can read xlsx files on Linux systems. |
93 | | - |
94 | | -See xlx.help.html, or [xlx.help.pdf](https://github.com/AntonioFasano/BloomR/blob/master/xlx.help.pdf?raw=true) user manual for more. |
95 | | - |
96 | | -The new version of the BloomR manual for lecturers (in slide format) is coming soon. |
| 79 | +Bug fix: Fixed conflicts in plyr:::rbind. |
97 | 80 |
|
98 | 81 |
|
99 | 82 | Documentation |
100 | 83 | ------------- |
101 | 84 |
|
102 | 85 | Find in your BloomR directory the subdirectory `help` intended for learning and reference material. |
103 | | -For a self-paced introduction, download _BloomR Classroom Companion_ from the [latest BloomR release](https://github.com/AntonioFasano/BloomR/releases/latest). |
| 86 | +The new version of the BloomR manual for lecturers (in slide format) is coming soon. |
104 | 87 |
|
105 | 88 |
|
106 | 89 | Start to get results in BloomR immediately |
@@ -230,16 +213,19 @@ If you want to run the executable, click `Run anyway`. |
230 | 213 | Credits |
231 | 214 | ------- |
232 | 215 |
|
233 | | -BloomR is build upon several great pieces of open source software: |
234 | | - |
235 | | -peazip from http://sourceforge.net/projects/peazip |
236 | | -autohotkey from http://ahkscript.org |
237 | | -Nsis from http://nsis.sourceforge.net |
238 | | -innoextract from http://constexpr.org/innoextract |
239 | | -Icon set Simplicio CC 3.0 by Neurovit: http://neurovit.deviantart.com |
240 | | -eikonapir from https://github.com/ahmedmohamedali/eikonapir |
241 | | -Rblpapi from https://cran.r-project.org/web/packages/Rblpapi/index.html |
242 | | - |
| 216 | +BloomR is build upon several great pieces of free and open source software: |
| 217 | + |
| 218 | +[AutoHotkey](http://ahkscript.org) |
| 219 | +[Emacs](https://www.gnu.org/software/emacs/) |
| 220 | +[eikonapir](https://github.com/ahmedmohamedali/eikonapir) |
| 221 | +[MiKTeX](https://miktex.org/) |
| 222 | +[Nsis](http://nsis.sourceforge.net) |
| 223 | +[innoextract](http://constexpr.org/innoextract) |
| 224 | +[Iconset Simplicio CC 3.0 by Neurovit](http://neurovit.deviantart.com) |
| 225 | +[PeaZip](http://sourceforge.net/projects/peazip) |
| 226 | +[R](https://www.r-project.org/) |
| 227 | +[Rblpapi](https://cran.r-project.org/web/packages/Rblpapi/index.html) |
| 228 | + |
243 | 229 | <!-- Local Variables: --> |
244 | 230 | <!-- mode: markdown --> |
245 | 231 | <!-- End: --> |
|
0 commit comments