In my Anaconda enviroment i had an outdated version of R , and using
conda install -c conda-forge r-base wasn't working until I upgraded my conda so here are the steps
Open Anaconda Prompt
Enter conda update conda
Enter conda install -c conda-forge r-base
After completing these 3 steps, i was able to install packages with no problem