Skip to content

Commit

Permalink
update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwang15 committed Jan 18, 2024
1 parent b95b48c commit a392225
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ Imports:
RcppArmadillo,
RcppProgress
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
Depends:
R (>= 2.10)
LazyData: true
12 changes: 6 additions & 6 deletions R/bsvarSIGNs-package.R
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#' @title Bayesian Estimation of Structural Vector Autoregressive Models Identified by Sign and Narrative Restrictions
#'
#' @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)
#' <doi:10.1111/j.1467-937X.2009.00578.x> and Antolín-Díaz & Rubio-Ramírez (2018)
#' @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)
#' <doi:10.1111/j.1467-937X.2009.00578.x> and Antolín-Díaz & Rubio-Ramírez (2018)
#' <doi:10.1257/aer.20161852>.
# #' @details
#' @name bsvarSIGNs-package
#' @aliases bsvarSIGNs-package bsvarSIGNs
#' @docType package
#' "_PACKAGE"
#' @useDynLib bsvarSIGNs, .registration = TRUE
#' @importFrom R6 R6Class
#' @importFrom Rcpp sourceCpp
#' @import bsvars
#' @import RcppArmadillo
#' @import RcppProgress
#' @note This package is currently in active development. We give no
#' @note This package is currently in active development. We give no
#' warranty that anything here works.
#' @author Xiaolei Wang \email{[email protected]} Tomasz Woźniak \email{[email protected]}
#' @references
Expand Down
12 changes: 6 additions & 6 deletions man/bsvarSIGNs-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/bsvarSIGNs.so
Binary file not shown.

0 comments on commit a392225

Please sign in to comment.