Fixed name of development branch (#14)

This commit is contained in:
Waldir Leoncio 2021-06-25 07:49:47 +02:00 committed by GitHub
parent c975a7c820
commit 185d71fa25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,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
remotes::install_github("ocbe-uio/rBAPS", "dev")
remotes::install_github("ocbe-uio/rBAPS", "develop")
```
## Contributing