mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@2d062e0ac5 🚀
This commit is contained in:
parent
8d56d197d6
commit
66780fc453
44 changed files with 1145 additions and 190 deletions
24
reference/dot-get_latest_github_version.md
Normal file
24
reference/dot-get_latest_github_version.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue