There was an error while loading. Please reload this page.
1 parent 8b215c3 commit a70a51eCopy full SHA for a70a51e
README.md
@@ -87,8 +87,9 @@ $ pip install -r ./analysis/requirements.txt
87
```
88
89
For R, we need the
90
+[argparse](https://cran.r-project.org/web/packages/argparse/index.html) and
91
[exactRankTests](https://cran.r-project.org/web/packages/exactRankTests/index.html)
-package, which we can install as follows from the command line:
92
+packages, which we can install as follows from the command line:
93
94
95
$ Rscript -e "install.packages(c('argparse', 'exactRankTests'))"
0 commit comments