From 185d71fa2593ca80d24ffd3407851927a9b78b13 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 25 Jun 2021 07:49:47 +0200 Subject: [PATCH] Fixed name of development branch (#14) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fce3d2..4d66ceb 100644 --- a/README.md +++ b/README.md @@ -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