Skip to content

Commit a70a51e

Browse files
committed
Update readme
1 parent 8b215c3 commit a70a51e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ $ pip install -r ./analysis/requirements.txt
8787
```
8888

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

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

0 commit comments

Comments
 (0)