I already have Miniconda3 installed on my computer.
On RStudio, I want to install Keras and first installed the package by
install.packages(“keras”)
followed by
install_keras()
However, in the console, I was prompted whether I want to install Miniconda. Thinking that I already had Miniconda installed, I chose No.
The installation proceeded on and I have Keras successfully installed for RStudio. However, when I tried to find the Keras package on my exising Miniconda, I cannot find it.
Where did RStudio install Keras, if it is not on my existing Miniconda?
Should I have chose Yes to install Miniconda during the Keras installation process, even if I already had Miniconda installed?