After its acquisition through Microsoft, it was not quite clear what would happen to Revolution Analytic's improved version of R. Right now it seems that it remains open source and continues to have linux support. Considering that they started to actively support
docker and made the very good
Visual Studio Code available for Linux, it is evident that Microsoft's general policy these days seems to embrace open source a lot more than in the past.
After reading about the
tremendous performance improvements that Microsoft R Open achieves through Intel's MKL library, I was curious to give Microsoft R Open a try. I quickly realized that there is unfortunately no official support for Debian at the moment. However, Ubuntu as a not too distant relative is supported through a deb package. When trying to install the deb package for Ubuntu 15 on Debian Jessie, I ran into a dependency problem with the libjpeg8 library. After some googling I found that libjpeg8 was excluded from Debian Jessie in favor of
libjpeg62-turbo. This inspired me to just force an installation and to make Microsoft R Open recognize libjpeg62 as libjpeg8 through a symbolic link. However, this didn't work such that I was forced to install libjpeg8 from the debian stretch repository as was suggested
here
You can test if everything works as expected by using capabilities(). In the following screenshot I show the error message I got and how it disappeared after installing libjpeg8.

For me this worked and I enjoy faster matrix operations etc. hoping that Microsoft will not abandon support in the future.