Skip to content

Commit fa64aaa

Browse files
committed
~README (TinyTex), version
1 parent d14bab4 commit fa64aaa

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

README.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@
361361
<div id="bloomr" class="section level1">
362362
<h1>BloomR</h1>
363363
<p><em>Portable R for Bloomberg and Refinitiv Eikon</em></p>
364-
<p><strong>Some features are related to the Lakmé beta
365-
release</strong></p>
366364
<p>BloomR is a portable R distribution reshaped in order to get,
367365
manipulate and run models against Bloomberg or Refinitiv Eikon data.</p>
368366
<p><strong>Focus on Data</strong></p>
@@ -582,14 +580,14 @@ <h2>Credits</h2>
582580
<p><a href="http://ahkscript.org">AutoHotkey</a><br />
583581
<a href="https://www.gnu.org/software/emacs/">Emacs</a><br />
584582
<a href="https://github.com/ahmedmohamedali/eikonapir">eikonapir</a><br />
585-
<a href="https://miktex.org/">MiKTeX</a><br />
586583
<a href="http://nsis.sourceforge.net">Nsis</a><br />
587584
<a href="http://constexpr.org/innoextract">innoextract</a><br />
588585
<a href="http://neurovit.deviantart.com">Iconset Simplicio CC 3.0 by
589586
Neurovit</a><br />
590587
<a href="http://sourceforge.net/projects/peazip">PeaZip</a><br />
591588
<a href="https://www.r-project.org/">R</a><br />
592-
<a href="https://cran.r-project.org/web/packages/Rblpapi/index.html">Rblpapi</a></p>
589+
<a href="https://cran.r-project.org/web/packages/Rblpapi/index.html">Rblpapi</a><br />
590+
<a href="https://yihui.org/tinytex/">TinyTeX</a></p>
593591
<!-- Local Variables: -->
594592
<!-- mode: markdown -->
595593
<!-- End: -->

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ BloomR
33

44
*Portable R for Bloomberg and Refinitiv Eikon*
55

6-
__Some features are related to the Lakmé beta release__
7-
86
BloomR is a portable R distribution reshaped in order to get, manipulate and run models against Bloomberg or Refinitiv Eikon data.
97

108
__Focus on Data__
@@ -223,14 +221,14 @@ BloomR is build upon several great pieces of free and open source software:
223221
[AutoHotkey](http://ahkscript.org)
224222
[Emacs](https://www.gnu.org/software/emacs/)
225223
[eikonapir](https://github.com/ahmedmohamedali/eikonapir)
226-
[MiKTeX](https://miktex.org/)
227-
[Nsis](http://nsis.sourceforge.net)
228-
[innoextract](http://constexpr.org/innoextract)
224+
[Nsis](http://nsis.sourceforge.net)
225+
[innoextract](http://constexpr.org/innoextract)
229226
[Iconset Simplicio CC 3.0 by Neurovit](http://neurovit.deviantart.com)
230227
[PeaZip](http://sourceforge.net/projects/peazip)
231228
[R](https://www.r-project.org/)
232229
[Rblpapi](https://cran.r-project.org/web/packages/Rblpapi/index.html)
233-
230+
[TinyTeX](https://yihui.org/tinytex/)
231+
234232
<!-- Local Variables: -->
235233
<!-- mode: markdown -->
236234
<!-- End: -->

bloomr.build.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ makeBloomR <- function( # Build BloomR
154154
ask=TRUE, # asks if to overwrite the existent build workdir and installer
155155
alttex=FALSE, # Try alternative LaTeX repos on failures, beyond the suggested one
156156
deb=1:6, # defaults to 1:6 to execute all steps build steps, modify to debug, avoid with what=all
157-
gitsim=FALSE, # local path (abs. or relative)to simulate github downloads.
157+
gitsim=FALSE, # local path (abs. or relative) to simulate github downloads.
158158
reset=TRUE # Only set FALSE internally to allow multi-builds calls and keep globals
159-
){
159+
) {
160160

161161
## Set work dir
162162
if(!nzchar(work)) stop("Please, specify a work directory as first arg!")
@@ -509,7 +509,7 @@ bloomrTree <- function(){
509509
})
510510
}
511511

512-
bloomrTree.AddVersion <- function(){ # Add and possible relpace version file (ver, build, edition) to tree
512+
bloomrTree.AddVersion <- function() { # Add and possible relpace version file (ver, build, edition) to tree
513513
### Studio will replace the Lab version file, Lab will replace the Core file.
514514

515515
download.git("curver.txt", "curver.txt")

curver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1 beta
1+
1.5.2

latest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
1.5.1 beta -- "Lakmé"
1+
1.5.2 -- "Lakmé"
22

3-
R version 4.1.3
3+
R version 4.2.2
44

55
New edition system.
66
After struggling for support, MiKTeX is replaced with TinyTeX

0 commit comments

Comments
 (0)