From bfcabb481010934268f1bd86dda4d839187c208b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wo=C5=BAniak?= Date: Thu, 11 Jan 2024 14:15:05 +1100 Subject: [PATCH] DESCRIPTION up to standards --- DESCRIPTION | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1308ee4..d141a18 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,17 @@ Package: bsvarSIGNs Type: Package -Title: What the package does (short line) -Version: 1.0 +Title: Bayesian Estimation of Structural Vector Autoregressive Models Identified by Sign and Narrative Restrictions +Version: 0.1.9000 Date: 2024-01-11 -Author: Who wrote it -Maintainer: Who to complain to -Description: More about what it does (maybe more than one line) -License: What license is it under? -Imports: Rcpp (>= 1.0.12) +Authors@R: c(person("Xiaolei", "Wang", , "adamwang15@gmail.com", role = c("aut", "cre")),person("Tomasz", "Woźniak", , "wozniak.tom@pm.me", role = c("aut"), comment = c(ORCID = "0000-0003-2212-2378"))) +Maintainer: Xiaolei Wang +Description: Implements efficient algorithms for the Bayesian estimation of Stuructural Vector Autoregressive models identified by sign and narrative restrictions following Rubio-Ramírez, Waggoner & Zha (2010) and Antolín-Díaz & Rubio-Ramírez (2018) . +License: GPL (>= 3) +Encoding: UTF-8 +Imports: + bsvars, + R6, + Rcpp (>= 1.0.12), + RcppArmadillo LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.2.3