get_server_version: Get the version of the Jazz server

Description Usage Arguments Value Examples

View source: R/get_server_version.R

Description

Returns the version of the Jazz server and throws a warning if it does not match the (major version, minor version) of the R client.

Usage

1
get_server_version(host = .host., full = FALSE)

Arguments

host

(Optional) the name of the jazz server host (including the port). Usually set just once via set_jazz_host().

full

Returns a list of server properties, including: version, build (DEBUG or RELEASE), artifact (name of the OS where it was built), myname (node name in Jazz), sysname (Linux), hostname (name of the running host), kernel (linux kernel), sysvers (detailed build of the OS), machine (processor type and size of the pointers).

Value

Returns the version of the Jazz server when full = FALSE or a list of server properties if TRUE. Throws an error on failure and a warning if it does not match the (major version, minor version) of the R client.

Examples

1
2
3
4
5
## Not run: 
get_server_version()
get_server_version(full=T)

## End(Not run)

rjazz documentation built on May 2, 2019, 2:45 p.m.