From e05109bfcd7e5716d1d76f6230f312e9275d4cd0 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 9 Nov 2020 07:38:42 +0100 Subject: [PATCH] Fixed formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a171a..ecae7a9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ R implementation of the compiled Matlab BAPS software for Bayesian Analysis of P rBAPS is currently under development and a stable version is yet to be released. You can install the development version by issuing the command below on an interactive R session. -```{r} +```r remotes::install_github("ocbe-uio/rBAPS", "dev") ``` @@ -38,4 +38,4 @@ Below we list some of the software directly related to rBAPS: - [Original BAPS software](http://www.helsinki.fi/bsg/software/BAPS/) - [RhierBAPS: An R implementation of the population clustering algorithm hierBAPS](https://github.com/gtonkinhill/rhierbaps) -- [fastbaps: A fast genetic clustering algorithm that approximates a Dirichlet Process Mixture model](https://github.com/gtonkinhill/fastbaps) \ No newline at end of file +- [fastbaps: A fast genetic clustering algorithm that approximates a Dirichlet Process Mixture model](https://github.com/gtonkinhill/fastbaps)