Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeller112 authored Jan 22, 2025
1 parent 7f66dc7 commit 7f3b7b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,12 @@ Finally, it’s also possible to forget {rix} and instead run everything using R

- Make sure the required software is installed above and you have the following packages:

- R 4.4.1 (or later) and RStudio.

- Quarto 1.6.1 (or later)

```
# these are the packages nix uses to build the manuscript
r_pkgs = c(
"svglite",
"tidyverse",
Expand Down Expand Up @@ -289,6 +294,7 @@ r_pkgs = c(

```
remotes::install_github("jgeller112/webgazeR")
library(webgazeR)
```

1. Download the repository from Github
Expand Down

0 comments on commit 7f3b7b6

Please sign in to comment.