set_dynare_version: Set 'Dynare' version

View source: R/set_dynare_version.R

set_dynare_versionR Documentation

Set Dynare version

Description

Use this function to set Dynare version

Usage

set_dynare_version(dynare_version="")

Arguments

dynare_version

Character representing Dynare version (for example 6.1, 4.6.1 and so on). This has effect on Windows only.

Value

Character

See Also

Other important functions: DynareR, add_matlab_path(), add_path(), eng_dynare(), import_log(), include_IRF(), input_tex(), run_dynare(), run_models(), set_octave_path(), write_dyn(), write_mod()

Examples

library(DynareR)
## Not run: 

# If you want to use the development version of Dynare

set_dynare_version("6-unstable-2022-04-03-0800-700a0e3a") # The development version of Dynare

# If you want to use Dynare version 5.2

set_dynare_version("5.2")

## End(Not run)

DynareR documentation built on Oct. 1, 2023, 1:08 a.m.