o_config_info: Embedded Octave Configuration and Installation Information

Description Usage Arguments Note See Also Examples

View source: R/base-functions.R

Description

Retrieves configuration and installation information about the embedded instance of Octave currently used by RcppOctave.

Usage

1
o_config_info(var = c("CC", "CC_VERSION", "FC"))

Arguments

var

name of the configuration variable to retrieve.

Note

In Octave 4.0.0., variables CC_VERSION and CXX_VERSION were renamed GCC_VERSION and GXX_VERSION respectively. o_config_info supports both values, querying the right ones depending on the linked Octave version.

See http://www.gnu.org/software/octave/NEWS-4.0.html

See Also

Other Octave.info: Octave.config, Octave.info, Octave.version; Octave.home; octave_config

Examples

1
2
o_config_info()
o_config_info('USE_64_BIT_IDX_T')

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