Recent Releases of dynarer
dynarer - Major Update
Added support for Matlab. The package now works with both Octave and Matlab
Added `
set_matlab_path()function, which sets path to the Matlab executable to use.include_IRF() function gained a new argument crop=TRUE. This crops the white space around IRF graphs
The package now automatically converts IRF graphs to png if the output format is not latex
- MATLAB
Published by sagirumati over 1 year ago
dynarer - Major Update
What is new?
New function
input_tex()has been added. It can be used to include raw LaTeX file into R Markdown or Quarto.Added new funciton
add_matlab_path()to replaceadd_path()function, which is still available for backward compatibility.The dependency on kableExtra has been removed
Updated Octave search path
The package now chooses the Octave version compatible with installed Dynare, or with the dynare version chosen via
set_dynare_version()functionUpdated
set_dynare_version()functionAuthor's email changed to sagirumati@gmail.com
Package Title changed to "Bringing the Power of Dynare to R, R Markdown, and Quarto"
Startup message with citation information
- MATLAB
Published by sagirumati over 2 years ago
dynarer - Improved examples, demo and functions
Dynare 0.1.3
What is new?
Bug fixes: updated
dynareconfigurations for all platformsNew function
import_log,set_dynare_version,set_octave_pathandadd_path.set_dynare_version,set_octave_pathandadd_pathfunctions are only used ifDynareandOctaveare not installed in the standard location.run_modelsandrun_dynarefunctions gained new argumentimport_log=F. Whether to importDynarelog file as a list of dataframes (FALSEby default)pathargument has been dropped inwrite_dyn,write_mod,run_modelsandrun_dynarefunctions. You can now include the path in themodelargument. For examplemodel='someModel'for model in the current working directory,model='some/path/to/the/somemodel'for model insome/path/to/the/directory.The default directory of
dynarechunk is the current working directory.Updated demo
Updated Vignettes
Updated R Markdown template
- MATLAB
Published by sagirumati almost 4 years ago
dynarer -
Dynare Version 1.1.2
DynareR is now platform-independent. It works on all the major OS sytems
New function setdynareversion to set the version of the Dynare
New function setoctavepath to set the path of Octave to use
- MATLAB
Published by sagirumati almost 4 years ago
dynarer - Major Update
DynareR 0.1.1
What's new?
Template for R Markdown is created. Go to
file->New File->R Markdown-> From Template->DynareR.DynareR can be used with both base R and R Markdown
New functions
include_IRF,run_dynare,run_models,write_dynandwrite_modare createdEmbed the graph Inpulse Response Function in R Markdown with
include_IRFDemo files are accessible via demo(package="DynareR")
- MATLAB
Published by sagirumati over 5 years ago