Learn R Programming

dse (version 2004.10-1)

DSECOMPILED: Use Compiled or S/R Code

Description

Determines if compiled code should be used or not.

Usage

.DSECOMPILED <- TRUE
    .DSECOMPILED <- FALSE
    .DSEDUP <- TRUE
    .DSEDUP <- FALSE

Arguments

sideffects

Several DSE functions which call compiled fortran or C code will use the equivalent S/R version if the .DSECOMPILED global variable is set to FALSE. Its main purpose is for debugging. .DSEDUP is passed to fortran calls and in R controls whether R duplicates arguments passed to the fortran code. The safe setting is TRUE. Setting FALSE saves some memory but does not seem to give much speed gain.

concept

DSE

Examples

Run this code
.DSECOMPILED <- TRUE
    .DSEDUP <- TRUE

Run the code above in your browser using DataLab