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
14
man/dot-has_internet.Rd
Normal file
14
man/dot-has_internet.Rd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/version_check.R
|
||||
\name{.has_internet}
|
||||
\alias{.has_internet}
|
||||
\title{Check internet connectivity}
|
||||
\usage{
|
||||
.has_internet()
|
||||
}
|
||||
\value{
|
||||
Logical; TRUE if an internet connection is available.
|
||||
}
|
||||
\description{
|
||||
Check internet connectivity
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue