From 4f80db29117b1ce22df6b4ada8a04771e26a4150 Mon Sep 17 00:00:00 2001 From: Evan Hensleigh Date: Mon, 25 Jul 2022 17:59:37 +0100 Subject: [PATCH] README points to correct file now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5676acc..08afd81 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ To run the notebook, you can run the code cell by cell by clicking on the first We also include the calculation as a bare R script (`data-generator.R`) if you just want to run the code, but this doesn't explain what the code does or walk you through it. To run this, you'll only need to install R, tidyverse, and data.table; once those are installed, you can just run ``` -$ R data-generator.R +$ R data-generator-v2.R ``` to calculate the index files. (The R script may generate numbers that are different at the last decimal place to those from the Python notebook—these differences are due to rounding errors and can be safely ignored.)