Skip to content

Commit

Permalink
README points to correct file now.
Browse files Browse the repository at this point in the history
  • Loading branch information
futuraprime committed Jul 25, 2022
1 parent b791a59 commit 4f80db2
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 @@ -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.)
Expand Down

0 comments on commit 4f80db2

Please sign in to comment.