-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·32 lines (32 loc) · 1.03 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
24
25
26
27
28
29
30
31
32
Package: tresthor
Title: Macroeconomic model analysis
Version: 1.0.0
Authors@R:
c(person(given = "Anissa",
family = "Saumtally",
role = c("aut", "cre"),
email = "anissa.saumtally@dgtresor.gouv.fr"),
person(given = "Charlotte",
family = "Nudelmann",
role = "ctb"),
person(given = "Niamh",
family = "Dunne",
role = "ctb"))
Description: The macroeconomic model builder and solver created by DG Trésor.
License: CeCILL-C
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: assertthat, splitstackshape, scales, stringr, methods,
RcppArmadillo, Rcpp, Matrix, gsubfn, ggplot2, purrr, tidyr,
cointReg
Depends: R (>= 3.5.0), dplyr, Deriv
Suggests: x12, lubridate, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-29 09:13:37 UTC; asaumtally
Author: Anissa Saumtally [aut, cre],
Charlotte Nudelmann [ctb],
Niamh Dunne [ctb]
Maintainer: Anissa Saumtally <anissa.saumtally@dgtresor.gouv.fr>