Looking at the documentation for R Studio, for Windows, R Studio determines the version using the system registry, if when you installed MRS and inserted those registry entries, this may be causing a conflict. Try re-adding the registry keys for Open Source R as found here:
When you run the R installer, there are options (under ‘Select Additional
Tasks’) to ‘Save version number in registry’ and (for Administrator
installs) ‘Associate R with .RData files’.
If you tick the first option, the following string entries are added to the
Windows registry:
HKEY_LOCAL_MACHINE\Software\R-core\R\Current Version contains the version
number, currently 3.4.0.
HKEY_LOCAL_MACHINE\Software\R-core\R\[version]\InstallPath (where [version]
is currently 3.4.0) contains the path to the R home directory.
If you do not have administrative privileges on the machine while running
the installer, then the entries are created under HKEY_CURRENT_USER. The
same entries are also created under Software\R-core\R32 or Software\R-
core\R64, for 32- and 64-bit R respectively.
If you tick the second option (shown with administrative privileges only)
(‘Associate R with .RData files’) then entries are created under
HKEY_CLASSES_ROOT\.RData and HKEY_CLASSES_ROOT\RWorkspace.
After installation you can add the Registry entries by running RSetReg.exe
in a sub-folder of the bin folder, and remove them by running this with
argument /U. Note that this requires administrative privileges unless run
with argument /Personal and neither sets up nor removes the file
associations.
It appers that the standard way to report a bug in RStudio is to make a post in their support community page from here with the subject "Bug Report"