i uninstalled R studio in ubuntu and cleared all the existing files using commands like sudo apt-get remove r-basesudo apt-get remove r-base-core and sudo apt purge r-*.
when i tried to re install using IDE, it installed but when i am trying to open the IDE it is not at all opening and showing the error "Path to R not specified, and no module binary specified; Invalid R module ()".
Have you reinstalled R after uninstalling it? RStudio is an IDE for the R programming language but it doesn't come with R bundled, you have to install it separately.
i just want to you update that i tried to install r-base. But unfortunately another error happens. there is an error showing..
The following packages have unmet dependencies:
r-base : Depends: r-base-core (>= 4.1.2-1.2004.0) but it is not going to be installed
Depends: r-recommended (= 4.1.2-1.2004.0) but it is not going to be installed
Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
i have tried so many ways that i found in online but didnot work. please help