R Batteries Included (R 4.6.1 with OpenBLAS and Intel MKL) is now publicly accessible

[This article was first published on https://pacha.dev/blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Before the main content: I am creating an R Community on Google Groups. You can join the group using this form.

Have you ever heard someone claim that R is “too slow”?

As a Linux user who does almost everything on the command line, I used to find this idea hard to believe. R has always been quite efficient for my work. But recently, everything clicked.

While attending an R Sprint, I had to run R inside a Windows virtual machine to test that my suggested improvements to R worked there too. Linear models and some mathematical functions ran much slower compared to another Linux virtual machine setup.

Here is why: When you install Linux, something naive such as “pacman -S r” manages high-performance numerical libraries (like OpenBLAS) and makes sure everything is neat. On Windows, base R doesn’t ship with these optimizations out of the box, and setting them up requires an intricate separate installation.

A while back, Microsoft R Open solved this exact bottleneck by shipping with Intel MKL built-in. MRO is now retired and it closed a gap.

To bridge this gap again, I created R Batteries Included. It is a custom R distribution for Windows that ships pre-configured with OpenBLAS and Intel MKL. No messy setups and no extra steps. Just high-performance R on Windows, right out of the box.

G. N. Gueye suggested that my R distribution that makes R fast on Windows should be openly available with sponsorships. I followed that advice and R Batteries Included is here:

See the plots showing the speed gains. I used the famous AT&T Benchmark.

Please re-post, try it, and add a star to the repository. If you can, consider sponsoring this work on:

To leave a comment for the author, please follow the link and comment on their blog: https://pacha.dev/blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

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)