Creating an R environment and running RStudioΒΆ
In Navigator, click the Environments tab, then click the Create button. The Create new environment dialog box appears.
In the Environment name field, type a descriptive name for your environment.
In the Packages list, select “R”.
On the drop-down menu, select
mro
to install Microsoft R Open with the packagesmro-base
andr-essentials
. If you prefer, you may instead selectr
to install R with the packagesr-base
andr-essentials
. For more information please see Using R language with Anaconda.Click the Create button.
Navigator creates the new environment and activates it, as shown by the highlighted green bar. All actions take place in the active environment.
With the new environment active, click the Home button and then click the Install button on the RStudio application.
Click Launch to run RStudio from Navigator.
You will see RStudio running from Navigator.