Beauchamp:RAVE:Installation

From OpenWetWare
Jump to navigationJump to search
Brain picture
Beauchamp Lab



R Analysis and Visualization of ECOG Data (RAVE)

Return to list of tutorials.


Installation Guide

These instructions were tested on a Mac running El Cap OSX 10.11.6

Install Mac OS command line tools. Open a terminal window (go to the folder Applications/Utilities/Terminal ), type

 xcode-select --install

Open a web browser. First, install R from this link

 https://www.r-project.org/

Next, install R Studio from this link

 https://www.rstudio.com/products/rstudio/download/#download

Start R Studio and type

 install.packages("devtools")

Select a mirroring site near you and choose "No" if asked whether to install from source.

Next, install RAVE. Type

source('https://raw.githubusercontent.com/dipterix/instrave/master/R/hello.R')

If installation fails, try closing the reopening R Studio, then retrying above command.

After RAVE has completed installation, type

init_app()

These instructions were tested on a Mac running High Sierra OSX 10.14



Return to list of tutorials.