What happens when installing Keras in RStudio but chose No for installing Miniconda?

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?

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.