-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
23 lines (23 loc) · 1.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: DynareR
Type: Package
Title: Bringing the Power of 'Dynare' to 'R', 'R Markdown', and 'Quarto'
Version: 0.1.5
Authors@R: c(
person("Sagiru", "Mati", role = c("aut", "cre"), email = "sagirumati@gmail.com",comment=c(ORCID="0000-0003-1413-3974")))
Maintainer: Sagiru Mati <sagirumati@gmail.com>
Description: 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.
Depends: R (>= 3.2.3)
Imports: knitr (>= 1.20),magrittr, magick
SystemRequirements: Dynare, Octave
Suggests: rmarkdown
License: GPL
URL: https://CRAN.R-project.org/package=DynareR
BugReports: https://github.com/sagirumati/DynareR/issues
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-09 15:31:44 UTC; Sagiru
Repository: CRAN
Date/Publication: 2020-06-09 17:10:03 UTC
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2