From 17b7de667408672420dab1069cd1d9168db9bad9 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Sat, 26 Oct 2024 09:41:15 +0200 Subject: [PATCH] Update README.md remove dev mention --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50981bff..132d0c41 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,9 @@ install.packages("tsDyn") ## Development version -Most of the development is hosted under the branch called -[Dev94](https://github.com/MatthieuStigler/tree/Dev94). To install -that version, use: +You can download the version from github using: ``` r library(remotes) -remotes::install_github("MatthieuStigler/tsDyn", ref = "dev") +remotes::install_github("MatthieuStigler/tsDyn") ```