Skip to contents

get gnparser version information

Usage

gn_version()

Value

named list, with version and build

Examples

trys <- function(x) try(x, silent=TRUE)
if (interactive()) {
trys(gn_version())
}