News

Microsoft R Open Update Adds Multi-Processor Performance

Microsoft this month updated its R Open programming language with multi-processor performance highlighting new functionality.

Microsoft R Open is the company's enhanced, open source distribution of R, commonly used for statistical analysis and data science.

The company this month updated its offering to version 3.5.1, which is completely compatible with R 3.5.1, which shipped last month.

Highlighting new functionality coming with the update is new support for multi-threaded computations via new math libraries.

"These libraries make it possible for so many common R operations to use all of the processing power available," Microsoft said. "Matrix operations, most notably, can compute in parallel with all available processing power to significantly reduce computation times."

The company said they automatically use all available cores and processors on a machine. "There's nothing special any package needs to do to benefit from these libraries either," Microsoft said. "In fact, any package used for vector/matrix operations will experience enhanced performance automatically when these libraries are installed."

Another key enhancement highlighted by the R Open team is a high-performance default, fixed CRAN (Comprehensive R Archive Network) repository. This post explains how it provides a consistent and static set of packages to R Open developers and users. It's based on a fixed CRAN repository snapshot dated Aug. 1, 2018, and won't change until the next release.

Also new is a checkpoint package. "The checkpoint package is also installed from CRAN during the installation of Microsoft R Open," the company said. This package, available on CRAN, is designed to make it easy to write reproducible R code by allowing you to go backward (or forward) in time to retrieve the exact versions of the packages you need. All you need are two lines of code to access package versions from a different date." More information on that feature can be found here.

Many new R packages are also available in that Aug. 1 snapshot, contributed by the community surrounding the open source offering. There are dozens of packages available for applications, data munging, data sources, graphics, image and natural language analysis, interfaces, machine learning, programming tools and more.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube