From 7f3b7b6617b78aae3b8f9bc5dc6ac8b10457cd2b Mon Sep 17 00:00:00 2001 From: jgeller112 Date: Wed, 22 Jan 2025 14:50:04 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03053bc..892ad33 100644 --- a/README.md +++ b/README.md @@ -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", @@ -289,6 +294,7 @@ r_pkgs = c( ``` remotes::install_github("jgeller112/webgazeR") +library(webgazeR) ``` 1. Download the repository from Github