octave-config
.
octave_config(varname, verbose = FALSE, warn = TRUE, mustWork = TRUE, exec = c("octave-config", "mkoctfile"), bindir = Octave.home("bin"))
x
is not a valid
config variable name.octave-config
.
If NULL
or NA
, then the system PATH is looked up.octave_config
uses the octave-config
utility binary shipped with
Octave to query details about the local Octave installation.
Failure to retrieve such information is generally due to the binary
not being found.
By default, it is looked up in the bin/
sub-directory of the path
returned by Octave.home()
.
Octave.config
,
Octave.info
, Octave.version
;
Octave.home
; o_config_info
octave_config('VERSION')
octave_config('BINDIR')
Run the code above in your browser using DataLab