Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Feb 26, 2022
1 parent 8b215c3 commit a70a51e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ $ pip install -r ./analysis/requirements.txt
```

For R, we need the
[argparse](https://cran.r-project.org/web/packages/argparse/index.html) and
[exactRankTests](https://cran.r-project.org/web/packages/exactRankTests/index.html)
package, which we can install as follows from the command line:
packages, which we can install as follows from the command line:

```
$ Rscript -e "install.packages(c('argparse', 'exactRankTests'))"
Expand Down

0 comments on commit a70a51e

Please sign in to comment.