Installing the R language and R Studio (optional)

From PharmWiki
Revision as of 16:35, 23 January 2023 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Do not install this within the Anaconda package manager because it can cause conflicts.
  1. You need to install the R language to use rpy2 Python module, which allows you to use R within Python.
  2. Download and install the appropriate R-language. Unlike Anaconda, install it as administrator.
    1. Windows
    2. Mac
      1. Please read carefully which version.
  3. Download and install the appropriate version of R-studio
    1. R-studio is a useful way to write in R outside of the rpy2 module.
    2. Install R-studio as the administrator.