Fixed formatting

This commit is contained in:
Waldir Leoncio 2020-11-09 07:38:42 +01:00 committed by GitHub
parent db6d436e43
commit e05109bfcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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") remotes::install_github("ocbe-uio/rBAPS", "dev")
``` ```