I'm running R on jupyterlab for the first time, so I had to start using anaconda/miniconda. When I started running a notebook that called a library (tidyverse) I'm certain I've already installed before on my RStudio (not installed via conda), it said there's no package called 'tidyverse'.
Is there a way I can make conda know I already have these packages? or will I need to reinstall everything on conda?
Right now, I'm only re-installing the packages that I need for my project, which is not optimal as it creates redundancies in my system.