Learn R Programming

nanonext (version 0.4.0)

nng_version: NNG Library Version

Description

Returns the version of 'libnng' used and whether TLS is supported.

Usage

nng_version()

Arguments

Value

A character vector of length 2.

TLS Support

The environment variable 'NANONEXT_TLS' may be set, e.g. by Sys.setenv(NANONEXT_TLS=1), prior to package installation to enable TLS where the system NNG library has been built with TLS support (using Mbed TLS). Note: this is not applicable to Windows systems.

Examples

Run this code
# NOT RUN {
nng_version()

# }

Run the code above in your browser using DataLab