News

New R Language Plugin for Visual Studio 2015

Microsoft R and R Server features are accessible almost directly through the Visual Studio IDE, with the new R Tools for Visual Studio plugin.

Visual Studio 2015 now speaks R. No, not some pirate language but the language of statistics. The new R language capabilities are accessible via a new R Tools for Visual Studio plugin that's available in preview form for now.

R Tools for Visual Studio, or RTVS for short, comes with an editor as well as an R Interactive Window (aka REPL) that works directly from within the VS IDE. As well, R data structures can be drilled into directly for further examination via the Variable Explorer and R plots can be viewed from the Variable Explore or directly in a Visual Studio tools window, which can be resized and docked to the IDE. A History window provides a good number of features, including saving histories and replaying code.

RTVS also supports R Markdown, which can be exported to Word or HTML, and IntelliSense in both the Editor and REPL.

Shahrokh Mortazavi, Microsoft's Partner Director of Program Management in the Data Group, in a blog post notes that because "RTVS is an IDE ... as such you can use it with any recent version of R such as 3.2.x." Using it with Microsoft R Open allows it to take advantage of "some turbo options such as threading support on multi-processor machines," while using it with Microsoft R Server will allow it to support Big Data functionality as well "additional advanced features that can be used with SQL Server."

Of note for VS developers on Azure is that RTVS can be teamed up with the R SDK "to access your datasets and workspaces on Azure Ml," writes Mortazavi. "Use the environment to create and test models locally and easily operationalize them on Azure at scale."

Get the RTVS preview here.

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

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