Octave Configuration and Installation Information

Description

The functions documented here enable retrieving information about the Octave installation used at installation or runtime -- which should normally be the same.

Octave.info is a function that retrieves information about the version of Octave that is used by the current session of RcppOctave.

Usage

Octave.version

Octave.config

Octave.info(name)

Arguments

name
name of the variable to retrieve

Format

List of 4 $ platform : chr "x86_64-unknown-linux-gnu" $ version : chr "3.8.0" $ api : chr "api-v49+" $ version.string: chr "Octave version 3.8.0 (api-v49+)" - attr(*, "class")= chr "simple.list"

Details

Octave.version is list that contains version information as determined by the configure script at installation time.

Octave.config is a list that extends Octave.version with extra information about compilers and compilation flags.

See also

Other Octave.info: o_config_info, octave_config, Octave.home