Articles by Avraham

Delaporte package: The SPARCmonster is sated

March 31, 2017 | Avraham

Finally, finally after months of pulling out my hair, the Delaporte project on CRAN passes all of its checks on Solaris SPARC. The last time it did that, it was still using serial C++. Now it uses OpenMP-based parallel Fortran 2003. What a relief! One of these days I should write ...
[Read more...]

Delaporte package: The SPARCmonster is sated

March 31, 2017 | Avraham

Finally, finally after months of pulling out my hair, the Delaporte project on CRAN passes all of its checks on Solaris SPARC. The last time it did that, it was still using serial C++. Now it uses OpenMP-based parallel Fortran 2003. What a relief! One of these days I should write ...
[Read more...]

Enough trying to use LTO

January 31, 2017 | Avraham

After months and months of working trying to get R on 64 bit Windows to work with link-time-optimization (LTO), I’ve come to the conclusion that GCC 4.9.3’s implementation of LTO just isn’t polished enough to work across the entire R infrastructure. I have been able to get base R, ... [Read more...]

Enough trying to use LTO

January 31, 2017 | Avraham

After months and months of working trying to get R on 64 bit Windows to work with link-time-optimization (LTO), I’ve come to the conclusion that GCC 4.9.3’s implementation of LTO just isn’t polished enough to work across the entire R infrastructure. I have been able to get base R, ... [Read more...]

Updated R & BLAS Timings

March 30, 2016 | Avraham

With the recent releases of R 3.2.4 and OpenBLAS 2.17, I decided it was time to re-benchmark R speed. I’ve settled on a particular set of tests, based on my experience as well as some of Simon Urbanek’s work which I separated into two groups: those focusing on BLAS-heavy operations ... [Read more...]

New version of OpenBLAS released

October 28, 2015 | Avraham

OpenBLAS 0.2.15 has been released. I’ll be building Rblas.dll for Sandy and Ivy bridges on Windows shortly, and would certainly like to hear from anyone else using OpenBLAS and R on Windows. [Read more...]

Padé approximants: CRAN package

June 10, 2015 | Avraham

While working on the previous post about Padé approximants, a search on CRAN showed that there was only one package which calculated the coefficients, given the appropriate Taylor series: the pracma package. The method it uses seems rather sophisticated, but does allow for calculating coefficients “beyond” that which the Taylor ... [Read more...]

New package on CRAN: lamW

May 26, 2015 | Avraham

Recently, in various research projects, the Lambert-W function arose a number of times. Somewhat frustratingly, there is no built-in function in R to calculate it. The only options were those in the gsl and LambertW packages, the latter merely importing the former. Importing the entire GNU Scientific Library (GSL) can ... [Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)