Learn R Programming

DynareR (version 0.1.4)

set_dynare_version: Set Dynare version

Description

Use this function to set Dynare version

Usage

set_dynare_version(dynare_version="")

Value

Character

Arguments

dynare_version

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

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

Run this code
library(DynareR)
if (FALSE) {

# 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")
}

Run the code above in your browser using DataLab