Package: DynareR 0.1.5
DynareR: Bringing the Power of 'Dynare' to 'R', 'R Markdown', and 'Quarto'
It allows running 'Dynare' program from base R, R Markdown and Quarto. 'Dynare' is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium ('DSGE') and overlapping generations ('OLG') models. This package does not only integrate R and Dynare but also serves as a 'Dynare' Knit-Engine for 'knitr' package. The package requires 'Dynare' (<https://www.dynare.org/>) and 'Octave' (<https://www.octave.org/download.html>). Write all your 'Dynare' commands in R or R Markdown chunk.
Authors:
DynareR_0.1.5.tar.gz
DynareR_0.1.5.zip(r-4.5)DynareR_0.1.5.zip(r-4.4)DynareR_0.1.5.zip(r-4.3)
DynareR_0.1.5.tgz(r-4.4-any)DynareR_0.1.5.tgz(r-4.3-any)
DynareR_0.1.5.tar.gz(r-4.5-noble)DynareR_0.1.5.tar.gz(r-4.4-noble)
DynareR_0.1.5.tgz(r-4.4-emscripten)DynareR_0.1.5.tgz(r-4.3-emscripten)
DynareR.pdf |DynareR.html✨
DynareR/json (API)
NEWS
# Install 'DynareR' in R: |
install.packages('DynareR', repos = c('https://sagirumati.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sagirumati/dynarer/issues
Last updated 26 days agofrom:a162f0123e. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
Exports:add_matlab_pathadd_patheng_dynareimport_loginclude_IRFinput_texrun_dynarerun_modelsset_dynare_versionset_matlab_pathset_octave_pathwrite_dynwrite_mod
Dependencies:curlevaluatehighrknitrmagickmagrittrRcppxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
DynareR: Bringing the Power of 'Dynare' to 'R', 'R Markdown', and 'Quarto' | DynareR-package DynareR |
A wrapper for Octave's 'addpath' to add 'matlab' folder. | add_matlab_path |
A wrapper for Octave's 'addpath' to add 'matlab' folder. | add_path |
DynareR: A Seamless Integration of R and Dynare | eng_dynare |
Import 'dynare' log file as a list of R dataframes. | import_log |
Embed the graphs of Impulse Response Function (IRF) in R Markdown document | include_IRF |
Include TeX file in R Markdown or Quarto document. | input_tex |
Create and run 'Dynare' 'mod' file | run_dynare |
Run multiple *existing* 'mod' or 'dyn' files. | run_models |
Set 'Dynare' version | set_dynare_version |
Set 'Matlab' path | set_matlab_path |
Set 'Octave' path | set_octave_path |
write a new 'dyn' file. | write_dyn |
Write a new 'mod' file. | write_mod |