This helper compares the installed package version against the latest
available CRAN or GitHub development version. When channel = "auto", it
prefers CRAN if a release exists there and otherwise falls back to GitHub.
Arguments
- channel
One of
"auto","cran", or"github".- package
Package name to check. Defaults to
"Shennong".- github_repo
GitHub repository in
"owner/repo"format.- github_ref
GitHub ref to inspect. Defaults to
"main".- repos
CRAN-like repositories used for version lookup.
- quiet
Logical; if
TRUE, suppress the summary message.