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,24 @@
# Fetch the latest release version from a GitHub repository
Fetch the latest release version from a GitHub repository
## Usage
``` r
.get_latest_github_version(github_user, github_repo)
```
## Arguments
- github_user:
GitHub username or organisation.
- github_repo:
Repository name.
## Value
A character string with the version tag (e.g. "1.2.0"), or NULL on
failure.