Deploying to gh-pages from @ agdamsbo/FreesearchR@2d062e0ac5 🚀

This commit is contained in:
agdamsbo 2026-03-23 13:50:03 +00:00
commit 66780fc453
44 changed files with 1145 additions and 190 deletions

View file

@ -0,0 +1,44 @@
# Build a shinyWidgets::alert() UI element for the version banner
Build a shinyWidgets::alert() UI element for the version banner
## Usage
``` r
.build_version_alert(
current,
latest,
update_available,
github_user,
github_repo
)
```
## Arguments
- current:
Current installed version string.
- latest:
Latest GitHub release version string, or NULL when the check could not
complete (e.g. no internet).
- update_available:
Logical; whether latest \> current.
- github_user:
GitHub username / organisation.
- github_repo:
Repository name.
## Value
A
[`shinyWidgets::alert()`](https://dreamrs.github.io/shinyWidgets/reference/bootstrap-utils.html)
UI element.