From e0fb1083e2c4653dad60083705ebe6d263dc560b Mon Sep 17 00:00:00 2001 From: adamwang15 Date: Mon, 15 Jul 2024 22:16:49 +1000 Subject: [PATCH] remove ramcmc not much better than Kalli and Griffin (2018) --- DESCRIPTION | 3 +-- src/mcmc.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 936fa64..1c5edaa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,8 +16,7 @@ LinkingTo: bsvars, Rcpp, RcppArmadillo, - RcppProgress, - ramcmc + RcppProgress Depends: R (>= 2.10), bsvars diff --git a/src/mcmc.cpp b/src/mcmc.cpp index decbbcc..5a91291 100644 --- a/src/mcmc.cpp +++ b/src/mcmc.cpp @@ -4,7 +4,6 @@ #include #include "Rcpp/Rmath.h" #include "progress.hpp" -#include "ramcmc.h" using namespace arma;