o_version: Get Octave Version

Description Usage Arguments Value Examples

View source: R/base-functions.R

Description

Returns the version of Octave currently used by RcppOctave.

Usage

1

Arguments

version

optional reference version to compare with.

Value

Octave version as a single character string or the result of compareVersion if argument version is provided.

Examples

1
2
3
o_version()
o_version("3.6.2")
o_version("3.4")

RcppOctave documentation built on May 29, 2017, 11:31 a.m.