How to uninstall r-essentials using conda?
Recently, I installed r-essentials using conda command: conda install -c r r-essentials as it is described in this url: https://anaconda.org/r/r-essentials . However, when I try to run a new R Kernel, ii fails according to this error: ...Anaconda3\R/bin/x64/Rterm.exe' is not recognized as an internal or external command, operable program or batch file. I want to remove R folder that was created after installation But I cannot find a way to remove that folder. I tried: conda uninstall r-essentials Then: conda remove R Last one, according to this answer on reddit: https://www.reddit.com/r/rstats