Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/beauchamplab/rave
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jan 24, 2020
2 parents f391e80 + 16698c0 commit 7af4f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __R__ __A__*nalysis and* __V__*isualization of intracranial* __E__*lectroencepha
* RAVE runs on Mac, Windows or Linux. [Click here for the prerequisite installation guide](./Installation.md) to install the latest versions of all required tools. RAVE requires the latest versions of the R and RStudio and trying to install RAVE on older versions will lead to unpredictable error messages. [Click here for suggested system configurations](./Requirements.md).

* After completing the previous step, open the RStudio application using the desktop shortcut; in Mac OSX, RStudio can be found in the Applications folder.
* Option 1: Copy and paste the following command into the RStudio console to install the current version of RAVE or update an existing installation. The script will check to make sure that you have the correct versions of R and RStudio and will prompt you to install them if not. The RStudio installer will periodically ask whether it is OK to install various libraries and packages. Answer "Yes" to any questions that appear.
* Option 1: Copy and paste the following command into the RStudio console to install the current version of RAVE or update an existing installation. The script will check to make sure that you have the correct versions of R and RStudio and will prompt you to install them if not. The RStudio installer will ask questions, such as "What CRAN Mirror to use?" (it doesn't really matter, but picking a site that is geographically near you will speed installation) and whether it is OK to install various libraries and packages (answer "Yes").
```r
source('https://raw.githubusercontent.com/dipterix/instrave/master/R/hello.R', echo = FALSE)
```
Expand Down

0 comments on commit 7af4f49

Please sign in to comment.