octave_start
Initialize an Octave session. octave_end
clears and terminates the current
Octave session.
octave_verbose
toggles the verbosity of RcppOctave
calls: messages tracks any function call, or conversion
of objects between R and Octave (e.g. arguments and
results).
octave_config
uses the octave-config
system
utility that ships with Octave to query details about the
local Octave installation. Failure to load Octave
configuration is generally due to this Octave binary not
being found in the system PATH. Users should ensure that
the PATH contains Octave binary directory path.
Alternatively one may use option 'octave.path' to specify
the directory where to find octave-config
:
octave_modules
add the Octave modules that ship
with RcppOctave to Octave loading path.
octave_start(verbose = FALSE, warnings = FALSE,
force = FALSE) octave_end()
octave_verbose(value)
octave_config(varname, verbose = FALSE, warn = TRUE,
mustWork = TRUE, bindir = getOption("octave.path"))
octave_modules(verbose = getOption("verbose"))
x
is not a valid config variable name.octave-config
. If NULL
or
NA
, then the system PATH is used.Note that in this case, the system PATH is not used.