mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: added version check and banner. verbose version can be activated with global variabel on launch.
This commit is contained in:
parent
c23570ca54
commit
cfbee14dcb
8 changed files with 495 additions and 0 deletions
20
man/dot-get_latest_github_version.Rd
Normal file
20
man/dot-get_latest_github_version.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/version_check.R
|
||||
\name{.get_latest_github_version}
|
||||
\alias{.get_latest_github_version}
|
||||
\title{Fetch the latest release version from a GitHub repository}
|
||||
\usage{
|
||||
.get_latest_github_version(github_user, github_repo)
|
||||
}
|
||||
\arguments{
|
||||
\item{github_user}{GitHub username or organisation.}
|
||||
|
||||
\item{github_repo}{Repository name.}
|
||||
}
|
||||
\value{
|
||||
A character string with the version tag (e.g. "1.2.0"), or NULL on
|
||||
failure.
|
||||
}
|
||||
\description{
|
||||
Fetch the latest release version from a GitHub repository
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue