itCall: Thin itCall Wrapper to IFULTOOLS Symbols

Description Usage Arguments Details Value See Also Examples

Description

Thin itCall Wrapper to IFULTOOLS Symbols

Usage

1

Arguments

symbol

character scalar defining symbol to call in DLL

...

arguments to underlying C code

Details

Foreign function calls are no longer allowed in CRAN. This function serves as a thin wrapper to avoid associated R CMD check issues when building packages that depend on IFULTOOLS.

Value

output of the itCall

See Also

itCall.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
itCall("RS_fractal_filter_nonlinear_local_projection",
    as.matrix(x),
    as.integer(dimension),
    as.integer(tlag),
    as.integer(n.neighbor),
    max.distance,
    mutilsDistanceMetric(metric),
    as.integer(noise.dimension),
    corr.curve)

## End(Not run)

wconstan/ifultools documentation built on May 5, 2020, 1:28 a.m.