From bbca1cefb4d76f2d9c380a79cc6a3f9261c1a457 Mon Sep 17 00:00:00 2001 From: Gruber Date: Thu, 18 Jan 2024 20:18:53 +0100 Subject: [PATCH] update news --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index f0e4e23..962e5a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # bayesianVARs (development version) +* Added minimum version to factorstochvol in the Imports field of the DESCRIPTION file in order to avoid unnecessary building errors. Thanks to Sergey Fedorov for pointing this out. * vcov.bayesianVARs_bvar method now can be specified for specific time-points. * bugfix in cpp function which constructs variance-covariance matrices. If a Cholesky structure for the errors had been specified, exported functions such as vcov, predict and fitted were affected.