RTVS can't see my regular R, and is telling me to use Microsoft R Client

Viewed 530

I've installed R for Visual Studio (RTVS 1.0.30321.1407) on Microsoft Visual Studio 2015 Professional 2015 Version 14.0.25431.01 Update 3.

I already have regular R 3.4 on my machine, but the R Interactive window is telling me I need to install Microsoft R Client (which I don't want). The message I get upon opening an R project is:

enter image description here

When I try to use the R Interactive window, I get this error message:

Interactive Window is disconnected from R session.
Open Workspaces window and either select local R interpreter or try connecting to a remote machine.

How do I tell RTVS to use the latest version of R (which is already on my machine)?

1 Answers
Related