Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DSEflags

Flags to Indicate Use of Compiled Code


Description

Determines if compiled code should be used or not.

Usage

.DSEflags(new)

Arguments

new

A list which must have elements COMPILED and DUP.

Details

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.

Side Effects

The flag setting affects whether compiled fortran or C code is called.

Examples

.DSEflags(list(COMPILED=TRUE))
    .DSEflags()$COMPILED

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.