Flags to Indicate Use of Compiled Code
Determines if compiled code should be used or not.
.DSEflags(new)
new |
A list which must have elements COMPILED and DUP. |
Setting flags with this function is primarily for debugging. It should not
normally be needed by users. If called with no arguments,
.DSEflags()
returns the current setting.
Several dse functions which call compiled fortran or C code will use
the equivalent S/R version if the .DSEflags()$COMPILED
returns
FALSE
.
The flag setting affects whether compiled fortran or C code is called.
.DSEflags(list(COMPILED=TRUE)) .DSEflags()$COMPILED
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.