Creating an R environment and running RStudioΒΆ

  1. In Navigator, click the Environments tab, then click the Create button. The Create new environment dialog box appears.

  2. In the Environment name field, type a descriptive name for your environment.

    ../../../_images/navigator-renv1.png
  3. In the Packages list, select “R”.

  4. Click the Create button.

  5. Navigator creates the new environment and activates it, as shown by the highlighted green bar. All actions take place in the active environment.

    ../../../_images/navigator-renv2.png
  6. With the new environment active, click the Home button and then click the Install button on the RStudio application.

    ../../../_images/navigator-rstudioinstall.png
  7. Click Launch to run RStudio from Navigator.

    ../../../_images/navigator-rstudiolaunch.png
  8. You will see RStudio running from Navigator.

    ../../../_images/navigator-rstudiorunning.png