79431743

Date: 2025-02-12 02:02:03
Score: 1.5
Natty:
Report link

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

  1. Open Anaconda Prompt
  2. Enter conda update conda
  3. Enter conda install -c conda-forge r-base

After completing these 3 steps, i was able to install packages with no problem

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yakira McKay