Unable to resolve Multilib version problems while installing R in Centos 7

Hello everyone. I'm trying to install R in Centos7 to make a Shiny application to produce our Ministry of Health reports from an open-source EMR system called Bahmni. I ran the first command and there was no problem:
sudo yum install epel-release
The second command to install R is where the problem is:
sudo yum install R
After running the above command, I get an output with and error shown below

I discovered that I do not get any problems installing R alone, the problem comes when I install R after installing Bahmni the EMR. If I install R before, I get the same error while trying to install Bahmni. I have tried many solutions provided by blogs and websites online on how to resolve dependencies to no avail.
Someone help!!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.