DynarePreprocessor_jll.dynare_preprocessorMethod
dynare_preprocessor(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of dynare_preprocessor.

Example

dynare_preprocessor() do exe
    run(`$exe $arguments`)
end
Julia 1.3
DynarePreprocessor_jll.dynare_preprocessorMethod
dynare_preprocessor(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of dynare_preprocessor. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(dynare_preprocessor()) $arguments`)
Julia 1.6