Skip to content

docs(vignette): point install_github at ThinkR-open instead of colinfay#103

Merged
VincentGuyader merged 1 commit intomasterfrom
docs/vignette-fork-thinkr-open
May 6, 2026
Merged

docs(vignette): point install_github at ThinkR-open instead of colinfay#103
VincentGuyader merged 1 commit intomasterfrom
docs/vignette-fork-thinkr-open

Conversation

@VincentGuyader
Copy link
Copy Markdown
Member

Summary

The Getting Started vignette has a stale fork reference:

remotes::install_github("colinfay/dockerfiler")

The package lives under ThinkR-open/dockerfiler since 2021. A CRAN
reviewer or new user copy-pasting that line would install a stale
fork that has none of the 0.2.x or 0.3.0 features. This is the
single CRAN-blocking documentation issue surfaced by the pre-CRAN
audit (see local prep report).

Test plan

  • One-line change in vignettes/dockerfiler.Rmd.
  • R CMD check --as-cran -> 0 errors / 0 warnings / 0 notes
    (verified locally on poc/doc-vignette-fork-rename, 2m 38s).
  • No NAMESPACE / Rd impact (vignette-only edit).

Context

Étape 1 / 8 of the 0.3.0 CRAN-prep plan. Subsequent doc polish PRs
will follow as a separate bundled PR (étape 2).

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.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the “Getting started” vignette to install dockerfiler from the current GitHub repository (ThinkR-open/dockerfiler) instead of an outdated fork, preventing new users (and CRAN reviewers) from copy-pasting a stale install command.

Changes:

  • Replaces remotes::install_github("colinfay/dockerfiler") with remotes::install_github("ThinkR-open/dockerfiler") in the installation section of the vignette.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VincentGuyader VincentGuyader merged commit a7215ec into master May 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants