Skip to content

Fix stale package name in the vignette - #93

Merged
correspondMerchant merged 1 commit into
mainfrom
docs/vignette-package-name
Aug 21, 2026
Merged

Fix stale package name in the vignette#93
correspondMerchant merged 1 commit into
mainfrom
docs/vignette-package-name

Conversation

@correspondMerchant

Copy link
Copy Markdown
Owner

What this changes

Fixes a stale package name in the vignette. The rename to LAGOtrials updated
the library() call but left one prose reference to the package as `LAGO`
(vignette line 24); a reader copying that name would install nothing. Points it
at `LAGOtrials`. This was the only remaining package-as-code reference in
the README, vignette, man/, and DESCRIPTION (other "LAGO" mentions are the
method name in prose and a paper title, both correct).

Related issue

Closes #

Checklist

  • Tests added or updated under tests/testthat/ — n/a, one-word documentation fix
  • devtools::document() — n/a, no roxygen changes
  • devtools::check() passes locally — n/a, vignette prose only; valid Rmd
  • NEWS.md updated — n/a, corrects a doc typo, not user-facing package behavior

The rename to LAGOtrials updated the library() call but left one prose
reference to the package as `LAGO`. Point it at `LAGOtrials` so a reader
copying the name installs the right package.
@correspondMerchant
correspondMerchant merged commit 9f8df7d into main Aug 21, 2026
7 checks passed
@correspondMerchant
correspondMerchant deleted the docs/vignette-package-name branch August 21, 2026 19:43
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant