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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events