Description Usage Arguments Note See Also Examples
View source: R/base-functions.R
Retrieves configuration and installation information about the embedded instance of Octave currently used by RcppOctave.
1 | o_config_info(var = c("CC", "CC_VERSION", "FC"))
|
var |
name of the configuration variable to retrieve. |
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
Other Octave.info: Octave.config,
Octave.info, Octave.version;
Octave.home; octave_config
1 2 | o_config_info()
o_config_info('USE_64_BIT_IDX_T')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.