Site icon R-bloggers

Preview: R Tools for Visual Studio 1.0

[This article was first published on Revolutions, 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.

After more than a year in preview R Tools for Visual Studio, the open-source extension to the Visual Studio IDE for R programming, is nearing its official release. RTVS Release Candidate 1 is now available for download, giving you the opportunity to try out the new features ahead of the official announcement.

We'll cover the features in detail with the general availability release of RTVS 1.0, but in summary the new features include:

  • Remote Execution: type R code in your local RTVS instance, but have the computations performed on a remote R server. You can also switch between local and remote workspaces at will.
  • SQL Server Integration: work with database connections and SQL queries, and create stored procedures with embedded R code.
  • Enhanced R Graphics Support: multiple floating and dockable plot windows, each with plot history.

RTVS works with all flavours of R on Windows: CRAN R, Microsoft R Open, and Microsoft R Client & Server. It requires Visual Studio 2015 (including the free Community edition). The RTVS team welcomes your feedback: you can report issues or offer suggestions via the RTVS Github repository. To get started with RTVS, follow the link below.

R Tools for Visual Studio: Welcome to R Tools for Visual Studio Preview!

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

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.