I'm encountering difficulties while trying to install R on my Ubuntu system using the sudo apt install r-base command.
The installation process is interrupted with the following error message:
The following packages contain unsatisfied dependencies: r-base-core : Dependency: libicu70 (>= 70.1-1~) but it is not installable Depends on: libtiff5 (>= 4.0.3) but cannot be installed Recommended: r-base-dev but will not be installed E: Unable to fix problems, faulty packages are in "keep as is" mode.
I've attempted to install R using the standard package manager, but it seems to be halted due to unresolved dependencies. I'm not sure how to address the issues mentioned in the error message, and I'm seeking guidance on resolving these dependencies and successfully installing R on my Ubuntu system.