From aafb0c723bbc7097708b0d2e670784f9b0cc8617 Mon Sep 17 00:00:00 2001 From: Vincent Guyader Date: Wed, 6 May 2026 00:08:37 +0200 Subject: [PATCH] docs(vignette): point install_github at ThinkR-open instead of colinfay The Getting Started vignette suggested `remotes::install_github("colinfay/dockerfiler")`, which still resolves to a stale fork. The package has lived under ThinkR-open/dockerfiler for years; a CRAN reviewer or new user following the install command would otherwise pick up the wrong package. --- vignettes/dockerfiler.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/dockerfiler.Rmd b/vignettes/dockerfiler.Rmd index f62b889..7b22f82 100644 --- a/vignettes/dockerfiler.Rmd +++ b/vignettes/dockerfiler.Rmd @@ -26,7 +26,7 @@ You can install dockerfiler from GitHub with: ```{r gh-installation, eval = FALSE} # install.packages("remotes") -remotes::install_github("colinfay/dockerfiler") +remotes::install_github("ThinkR-open/dockerfiler") ``` Or from CRAN with :