From 5d480ea7ee265c2577d422da8cc11f5d7038efac Mon Sep 17 00:00:00 2001 From: MThomas91 Date: Mon, 2 Feb 2026 12:21:47 +0100 Subject: [PATCH] update github install link --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index ac2e225..37b5391 100644 --- a/README.Rmd +++ b/README.Rmd @@ -30,7 +30,7 @@ You can install the development version of DoseFinding from [GitHub](https://git ``` r # install.packages("devtools") -devtools::install_github("bbnkmp/DoseFinding") +devtools::install_github("openpharma/DoseFinding") ``` ## Examples diff --git a/README.md b/README.md index a071ed8..ced6d2a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can install the development version of DoseFinding from ``` r # install.packages("devtools") -devtools::install_github("bbnkmp/DoseFinding") +devtools::install_github("openpharma/DoseFinding") ``` ## Examples