package_version_check: Checking package version for faas4i

View source: R/package_version_check.R

package_version_checkR Documentation

Checking package version for faas4i

Description

This function checks if the package is running with the latest vesion available of faas4i.

Usage

package_version_check(
  repo = "https://github.com/4intelligence/faas4i",
  proxy_url,
  proxy_port
)

Arguments

repo

repository url to obtain latest version

proxy_url

The url to be used as proxy

proxy_port

Proxy port number

Value

OUTPUT_DESCRIPTION

See Also

install_github

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

4intelligence/faas4i documentation built on April 14, 2025, 2:09 a.m.